From 1143efde9c8c076f83da5bb0d0060bbb09b318a7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 23 Apr 2014 00:50:51 +0100 Subject: [PATCH] vim: disable cmake plugin --- vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.48.1