From ed76d53eab315f91163b295c9dba74b5eab6bf61 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 4 Jul 2014 14:26:54 +0600 Subject: Add Syntastic vim plugin. --- files/.vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'files') diff --git a/files/.vimrc b/files/.vimrc index 14a6b65..d970839 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -196,6 +196,11 @@ map YY "+yy nnoremap :YRShow inoremap :YRShow +" Set syntastic passive mode +let g:syntastic_mode_map = { 'mode': 'passive', + \ 'active_filetypes': [], + \ 'passive_filetypes': [] } + " Surrounds double angle quotes «» let g:surround_171="« \r »" let g:surround_187="«\r»" -- cgit v1.2.3