summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-15 15:11:36 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-15 15:11:36 +0100
commit9dfe314360de677c3a1d9ee398d59cdb3042508b (patch)
treefc8b855301e05618a924e9662fd87116e25cf53d /vim
parentd85c5ee10c953f05d624f3494438a1612b0f8e92 (diff)
Added tpope plugins
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e5b8f28..0659b0b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -8,19 +8,20 @@ call vundle#rc()
"" Plugins
Plugin 'gmarik/vundle'
Plugin 'LaTeX-Box-Team/latex-box'
-Plugin 'fugitive.vim'
Plugin 'gregsexton/gitv'
Plugin 'UltiSnips'
Plugin 'kien/ctrlp.vim'
+Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-obsession'
Plugin 'tpope/vim-sensible'
Plugin 'tpope/vim-scriptease'
+Plugin 'tpope/vim-repeat'
+Plugin 'tpope/vim-commentary'
Plugin 'scrooloose/nerdtree'
Plugin 'tommcdo/vim-exchange'
Plugin 'unimpaired.vim'
Plugin 'Tabular'
-Plugin 'tComment'
Plugin 'Gundo'
Plugin 'altercation/vim-colors-solarized'
Plugin 'honza/vim-snippets'