From 800bba6e8c13326e3dba6bc0b9c77cf8e88fa5be Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Mar 2014 00:22:12 +0000 Subject: [PATCH] vimrc: rename bundles --- vim/vimrc | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 7d3cabb..74889e2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -8,24 +8,32 @@ set runtimepath=$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after " bundles {{{1 filetype off -set rtp+=$XDG_DATA_HOME/vim/vundle +set runtimepath+=$XDG_DATA_HOME/vim/vundle call vundle#rc('$XDG_DATA_HOME/vim') Bundle 'gmarik/vundle' + Bundle 'bling/vim-airline' -Bundle 'ctrlp.vim' -Bundle 'fugitive.vim' -Bundle 'Gundo' -Bundle 'The-NERD-tree' -Bundle 'surround.vim' -Bundle 'Syntastic' -Bundle 'Tagbar' -Bundle 'tComment' -Bundle 'Valloric/YouCompleteMe' Bundle 'elzr/vim-json' -Bundle 'http://git.code.sf.net/p/vim-latex/vim-latex' Bundle 'ervandew/ag.git' -Bundle 'zhaocai/GoldenView.Vim' +Bundle 'http://git.code.sf.net/p/vim-latex/vim-latex' +Bundle 'kien/ctrlp.vim' +Bundle 'majutsushi/tagbar' +Bundle 'scrooloose/nerdtree' +Bundle 'scrooloose/syntastic' +Bundle 'sjl/gundo.vim' +Bundle 'tomtom/tcomment_vim' +Bundle 'tpope/vim-fugitive' +Bundle 'tpope/vim-surround' +Bundle 'tpope/vim-unimpaired' +Bundle 'valloric/youcompleteme' +Bundle 'zhaocai/goldenview.vim' + +Bundle 'ompugao/ros.vim' +Bundle 'ompugao/ctrlp-ros' + +Bundle 'derekwyatt/vim-fswitch' +Bundle 'jalcine/cmake.vim' filetype plugin indent on -- 2.48.1