aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2014-07-04 14:26:54 +0600
committerAnton Bobov <abobov@gmail.com>2014-07-04 15:50:54 +0600
commited76d53eab315f91163b295c9dba74b5eab6bf61 (patch)
treedac9caedd38078786531a1dc958f818507fabcb6 /files/.vimrc
parent97c3ebd7223f649f1824dc3d19f85f3f4a00589a (diff)
Add Syntastic vim plugin.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc5
1 files changed, 5 insertions, 0 deletions
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 <silent> <F3> :YRShow<CR>
inoremap <silent> <F3> <ESC>:YRShow<CR>
+" 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»"