summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-11 01:19:22 -0500
committerJune McEnroe <programble@gmail.com>2013-11-11 01:19:22 -0500
commit079c2cf36e076a36d5fc04e564f252883ccc661d (patch)
tree7aa64db222af5ca43833daaf3971559c8cca62cf /.vimrc
parentRevert "Reorganize vimrc (again)" (diff)
downloadsrc-079c2cf36e076a36d5fc04e564f252883ccc661d.tar.gz
src-079c2cf36e076a36d5fc04e564f252883ccc661d.zip
Remove useless syntastic option
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
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']