X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/65972198795d1f1ff9948e83c74bf52d895b2683..05798a07ddd5430fabf9298fe9da14ad6968235c:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index 44ddd70..cd91036 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -69,6 +69,8 @@ Plugin 'ompugao/ctrlp-ros' Plugin 'vim-latex/vim-latex' Plugin 'alx741/vinfo' Plugin 'derekwyatt/vim-protodef' +Plugin 'ram-z/vim-clang-format' +Plugin 'sgeb/vim-diff-fold' " needs editing colorscheme " Plugin 'jeaye/color_coded' " Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp @@ -326,7 +328,7 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | " bindings {{{1 -" allow both and / to be +" allow both and \ to be map " make @@ -639,6 +641,7 @@ call unite#custom#profile('default', 'context', { nnoremap [unite] nmap u [unite] +nnoremap [unite]u :UniteResume " unite-grep {{{3 " seems not respected