diff options
author | June McEnroe <june@causal.agency> | 2013-05-18 14:30:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-05-18 14:30:59 -0400 |
commit | e4f4bbc2d9fcbcbc81d61c2edcfc34b57eab5206 (patch) | |
tree | 97bccba11e1c8de010ae325ef9c0bc7a856f4869 | |
parent | Remove tabular (diff) | |
download | src-e4f4bbc2d9fcbcbc81d61c2edcfc34b57eab5206.tar.gz src-e4f4bbc2d9fcbcbc81d61c2edcfc34b57eab5206.zip |
Do not run gitgutter eagerly
-rw-r--r-- | .vimrc | 2 |
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 ` ' |