X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/00642b3f71b6954bad7843da371ece6985f04d41..32a180d2d9ce65bca5e463d42c3e6d6ab918b8b7:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index b9acfe6..6192c9f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -333,9 +333,6 @@ augroup terminal au! au TerminalOpen * if &buftype == 'terminal' | setlocal bufhidden=hide | endif augroup END -" vertical split TermDebug -let g:termdebug_wide = 1 -command! -nargs=* -bang -complete=file Debug tabedit % | Termdebug " bindings {{{1 @@ -600,6 +597,8 @@ let g:syntastic_style_warning_symbol='S' let g:syntastic_always_populate_loc_list=1 nmap y :SyntasticCheck +let g:syntastic_cpp_clang_tidy_post_args = "-p build*" + if ! &diff let g:syntastic_check_on_open=1 endif