diff options
author | June McEnroe <programble@gmail.com> | 2013-11-11 01:19:22 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-11 01:19:22 -0500 |
commit | 079c2cf36e076a36d5fc04e564f252883ccc661d (patch) | |
tree | 7aa64db222af5ca43833daaf3971559c8cca62cf /.vimrc | |
parent | Revert "Reorganize vimrc (again)" (diff) | |
download | src-079c2cf36e076a36d5fc04e564f252883ccc661d.tar.gz src-079c2cf36e076a36d5fc04e564f252883ccc661d.zip |
Remove useless syntastic option
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'] |