commit 115dbb28edf6624d1eb28f0afce60bdb22380632
parent 831c063cfffe32eae9d1002f1613bc3a451b3812
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri,  4 Nov 2016 14:10:36 -0700
add grepg and vim integration
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -179,6 +179,9 @@ NeoBundle 'lucidstack/ctrlp-mpc.vim'
 " Show indentation levels with thin vertical lines
 NeoBundle 'Yggdroot/indentLine'
 
+" Show command documentation in a scratch buffer, usage ":G <query"
+NeoBundle 'evidanary/grepg.vim'
+
 call neobundle#end()
 
 filetype plugin indent on
diff --git a/pip-installs.sh b/pip-installs.sh
@@ -5,6 +5,7 @@ set -e
 # pip packages
 pips=( \
     "gcalcli"\
+    "grepg"\
     )
 
 for pip in "${pip[@]}"; do