diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-18 23:19:46 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-18 23:19:46 +0100 |
commit | b4ec76742b2f59e80693af15fa376c3ecd93eb46 (patch) | |
tree | dfd45e9a119d63e38b91ebff0177840a0004e2ed /vim/vimrc | |
parent | 6fc11102eb031b7ac353a581d006f6506d40cdca (diff) | |
parent | 04f3f3abbd23eacbc5b1e7f77bcc9f4728e5e43a (diff) |
Merge branch 'master' of github.com:uvaes/dotfiles
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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' |