X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/32a180d2d9ce65bca5e463d42c3e6d6ab918b8b7..c245e859bbcb0720650e562d28da174ccdafe88c:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 6192c9f..6bd7ead 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -31,11 +31,13 @@ Plug 'majutsushi/tagbar' Plug 'octol/vim-cpp-enhanced-highlight' Plug 'raimondi/delimitmate' Plug 'ram-z/vim-clang-format', { 'branch': 'fix-undo' } +" fix some issue with vim-clang-format not finding .clang-format +let g:clang_format#detect_style_file = 1 Plug 'vimwiki/vimwiki', { 'branch': 'dev' } Plug 'scrooloose/syntastic' Plug 'sgeb/vim-diff-fold' Plug 'shougo/unite.vim' -Plug 'shougo/vimproc.vim' +Plug 'shougo/vimproc.vim', {'do': 'make'} Plug 'sjl/gundo.vim' Plug 'thinca/vim-qfreplace' Plug 'tomtom/tcomment_vim'