Disable syntastic for HTML
authorStefan Huber <shuber@sthu.org>
Wed, 17 Apr 2013 13:20:06 +0000 (15:20 +0200)
committerStefan Huber <shuber@sthu.org>
Wed, 17 Apr 2013 13:20:06 +0000 (15:20 +0200)
dotfiles/vim/.vimrc

index 5b16e003e30326290edad80db5fa090c7c66e5d8..af9b51be3c89a7c1334a02648884609cc40b8198 100644 (file)
@@ -77,6 +77,8 @@ endif
 "let g:detectindent_preferred_indent = 4
 
 
+let g:syntastic_mode_map = { 'mode' : 'active', 'active_filetypes' : [], 'passive_filetypes' : ['html'] }
+
 
 " Use 256 colors
 set t_Co=256