X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4455d479ce77e19d8a4944a2444069a477c92ecb..89a4b8e019f6bc3a4e0230ddc17ef0806cefb766:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 8728936..bebb15a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -305,7 +305,7 @@ let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] " YouCompleteMe {{{2 -let g:ycm_extra_conf_globlist = ['/mnt/data/src/*'] +let g:ycm_extra_conf_globlist = ['~/src/*'] " vim-json {{{2 let g:vim_json_syntax_conceal = 0 @@ -315,6 +315,10 @@ let g:tex_flavor='latex' let g:Tex_DefaultTargetFormat='pdf' " functions {{{1 +" auto source vimrc when saved +autocmd bufwritepost vimrc source $MYVIMRC +nmap v :tabedit $MYVIMRC + " Convenient command to see the difference between the current buffer and the " file it was loaded from, thus the changes you made. " Only define it when not defined already.