aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotvimrc b/dotvimrc
index 226b34c..6c27a88 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -100,6 +100,8 @@ let g:syntastic_c_config_file = '.clang_complete'
let g:syntastic_cpp_compiler = 'clang++'
let g:syntastic_cpp_compiler_options = ' '
let g:syntastic_cpp_config_file = '.clang_complete'
+let g:syntastic_check_on_open = 0
+let g:syntastic_check_on_wq = 0
let g:Powerline_symbols = 'unicode'
NeoBundle 'Tag-Signature-Balloons'
@@ -269,7 +271,7 @@ noremap <Leader>gt :call TimeLapse()<cr>
noremap <Leader>e :NERDTreeToggle<CR>
-noremap <Leader>s :SyntasticToggle<CR>
+noremap <Leader>s :SyntasticCheck<CR>
noremap <Leader>T :set expandtab!<CR>