]> git.rmz.io Git - dotfiles.git/commitdiff
vim: disable cmake plugin
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 22 Apr 2014 23:50:51 +0000 (00:50 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 22 Apr 2014 23:50:51 +0000 (00:50 +0100)
vim/vimrc

index 80d67d169ed9c6f803475c73741db889f29c4994..f8a52f69f0cb42686ae32555d46e29cb4edbe54e 100644 (file)
--- 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