From 75bac811382211165c48a6c9abd2367db8bfd823 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 17 Apr 2013 15:20:06 +0200 Subject: [PATCH] Disable syntastic for HTML --- dotfiles/vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index 5b16e00..af9b51b 100644 --- a/dotfiles/vim/.vimrc +++ b/dotfiles/vim/.vimrc @@ -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 -- 2.30.2