From 9dfe314360de677c3a1d9ee398d59cdb3042508b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 15 Apr 2015 15:11:36 +0100 Subject: Added tpope plugins --- vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vim') 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' -- cgit v1.2.3 From 91cf2a4a6f6575f8f85d9ccb631018057c0468ff Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 17 Apr 2015 09:53:19 +0100 Subject: Reordered plugins --- vim/vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 0659b0b..d903e23 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -6,11 +6,6 @@ set rtp+=~/.vim/bundle/vundle/ call vundle#rc() "" Plugins -Plugin 'gmarik/vundle' -Plugin 'LaTeX-Box-Team/latex-box' -Plugin 'gregsexton/gitv' -Plugin 'UltiSnips' -Plugin 'kien/ctrlp.vim' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-obsession' @@ -18,6 +13,11 @@ 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 'gregsexton/gitv' +Plugin 'UltiSnips' +Plugin 'kien/ctrlp.vim' Plugin 'scrooloose/nerdtree' Plugin 'tommcdo/vim-exchange' Plugin 'unimpaired.vim' -- cgit v1.2.3