diff options
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc index 8fbb570c..fb1e3687 100644 --- a/.vimrc +++ b/.vimrc @@ -133,7 +133,6 @@ let g:airline#extensions#whitespace#enabled = 0 Plug 'scrooloose/syntastic' let g:syntastic_check_on_open=1 let g:syntastic_enable_signs=0 -let g:syntastic_auto_loc_list=2 Plug 'mhinz/vim-signify' let g:signify_vcs_list = ['git'] |