summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-05-18 14:30:59 -0400
committerJune McEnroe <june@causal.agency>2013-05-18 14:30:59 -0400
commite4f4bbc2d9fcbcbc81d61c2edcfc34b57eab5206 (patch)
tree97bccba11e1c8de010ae325ef9c0bc7a856f4869 /.vimrc
parentRemove tabular (diff)
downloadsrc-e4f4bbc2d9fcbcbc81d61c2edcfc34b57eab5206.tar.gz
src-e4f4bbc2d9fcbcbc81d61c2edcfc34b57eab5206.zip
Do not run gitgutter eagerly
Diffstat (limited to '')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index d06533cf..f0ea487f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -95,6 +95,8 @@ let g:syntastic_check_on_open=1
 let g:syntastic_enable_signs=0
 let g:syntastic_auto_loc_list=2
 
+let g:gitgutter_eager = 0
+
 " Custom maps
 nnoremap ' `
 nnoremap ` '