]> git.rmz.io Git - dotfiles.git/commitdiff
vim: add repeat and endwise plugins
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 20 May 2014 09:01:53 +0000 (10:01 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 20 May 2014 09:09:33 +0000 (10:09 +0100)
vim/vimrc

index 71c794b4ff9661186e387c3208b15188fd06b239..cf299bf9ee4c5e4d1576bd96ccc6321b160606f9 100644 (file)
--- 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