From da65a68b8cff3d64cce755f099b057b2d2eb1540 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 17 Jul 2014 14:46:37 -0700 Subject: [PATCH] Remove html checker for syntastic --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 5327754..94f2b24 100644 --- a/vimrc +++ b/vimrc @@ -67,6 +67,7 @@ let g:syntastic_stl_format = '[%E{Err: %fe #%e}%B{, }%W{Warn: %fw #%w}]' "let g:syntastic_json_checker = "jsonlint" let g:syntastic_scss_checkers = [] let g:syntastic_css_checkers = [] +let g:syntastic_html_checkers=[] " Close all open buffers on entering a window if the only " buffer that's left is the NERDTree buffer