From: Samir Benmendil Date: Tue, 20 May 2014 09:01:53 +0000 (+0100) Subject: vim: add repeat and endwise plugins X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c68ede85400e9fb1d01c2acbbb529ca4acdaad5a vim: add repeat and endwise plugins --- diff --git a/vim/vimrc b/vim/vimrc index 71c794b..cf299bf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -6,6 +6,7 @@ " bundles {{{1 filetype off set runtimepath& " reset rtp +autocmd! set runtimepath+=$XDG_DATA_HOME/vim/vundle call vundle#rc('$XDG_DATA_HOME/vim') @@ -22,11 +23,12 @@ Bundle 'scrooloose/nerdtree' Bundle 'scrooloose/syntastic' Bundle 'sjl/gundo.vim' Bundle 'tomtom/tcomment_vim' +Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-fugitive' +Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' Bundle 'tpope/vim-unimpaired' Bundle 'valloric/youcompleteme' -"Bundle 'zhaocai/goldenview.vim' Bundle 'ompugao/ros.vim' Bundle 'ompugao/ctrlp-ros' @@ -37,7 +39,6 @@ Bundle 'derekwyatt/vim-fswitch' "Bundle 'jalcine/cmake.vim' Bundle 'powerman/vim-plugin-viewdoc' -" rtp + xdg {{{1 " remove entries first set runtimepath -=$HOME/.vim set runtimepath -=$HOME/.vim/after