commit 7180bce4345e790cc6f2d91e8dce839217be788f
parent f8224ec6e0006a247b19a8d3174be2750abc7547
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 9 Aug 2016 20:03:04 -0700
Eliminate Syntastic config
Syntastic plugin is no longer enabled as of ba38ca1.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -53,10 +53,6 @@ set wildmode=longest,full
set wildignore=*.o,*.pyc
set spelllang=en_ca
-" Syntastic
-let g:syntastic_mode_map = { 'mode': 'passive' }
-let g:syntastic_go_checkers = ['go', 'golint']
-
" VimWiki
let wiki = {}
let wiki.path = '~/src/vimwiki'