diff options
-rw-r--r-- | dotvimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |