From: Samir Benmendil Date: Tue, 22 Apr 2014 23:50:51 +0000 (+0100) Subject: vim: disable cmake plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1143efde9c8c076f83da5bb0d0060bbb09b318a7?ds=sidebyside vim: disable cmake plugin --- diff --git a/vim/vimrc b/vim/vimrc index 80d67d1..f8a52f6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -33,7 +33,8 @@ Bundle 'ompugao/ctrlp-ros' Bundle 'firef0x/pkgbuild.vim' Bundle 'derekwyatt/vim-fswitch' -Bundle 'jalcine/cmake.vim' +" seems to have problems right now... may be add later? +"Bundle 'jalcine/cmake.vim' " rtp + xdg {{{1 " remove entries first @@ -41,7 +42,7 @@ set runtimepath -=$HOME/.vim set runtimepath -=$HOME/.vim/after set runtimepath -=$XDG_CONFIG_HOME/vim set runtimepath -=$XDG_CONFIG_HOME/vim/after -" then add prepend and append them +" then prepend and append them set runtimepath ^=$XDG_CONFIG_HOME/vim set runtimepath +=$XDG_CONFIG_HOME/vim/after