diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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' |