X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=af9b51be3c89a7c1334a02648884609cc40b8198;hp=5b16e003e30326290edad80db5fa090c7c66e5d8;hb=75bac811382211165c48a6c9abd2367db8bfd823;hpb=65487c14eca1f942975ebb0bdaebef2519bf45fc 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