summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc13
1 files changed, 7 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ad31a5f..3edbdd1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -6,21 +6,22 @@ set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
"" Plugins
+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 'gmarik/vundle'
Plugin 'LaTeX-Box-Team/latex-box'
-Plugin 'fugitive.vim'
Plugin 'gregsexton/gitv'
Plugin 'UltiSnips'
Plugin 'kien/ctrlp.vim'
-Plugin 'tpope/vim-surround'
-Plugin 'tpope/vim-obsession'
-Plugin 'tpope/vim-sensible'
-Plugin 'tpope/vim-scriptease'
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'