From d6ac5ec94bf81a0b419f747dde4f81c6b216e354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 25 Jan 2017 15:57:41 +0100 Subject: update plugins --- vimrc | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/vimrc b/vimrc index c69cf08..07e2b45 100644 --- a/vimrc +++ b/vimrc @@ -10,29 +10,31 @@ set mouse-=a " disable automatic visual mode using mouse set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() -Bundle 'gmarik/vundle' - -Bundle 'abudden/taghighlight-automirror' -Bundle 'altercation/vim-colors-solarized' -Bundle 'embear/vim-localvimrc' -Bundle 'jwhitley/vim-matchit' -Bundle 'majutsushi/tagbar' -Bundle 'msanders/snipmate.vim' -" Bundle 'Rip-Rip/clang_complete' -Bundle 'scrooloose/nerdtree' -Bundle 'scrooloose/syntastic' -Bundle 'tpope/vim-commentary' -Bundle 'tpope/vim-git' -Bundle 'tpope/vim-fugitive' -Bundle 'tpope/vim-haml' -Bundle 'tpope/vim-markdown' -Bundle 'tpope/vim-repeat' -Bundle 'tpope/vim-surround' -Bundle 'vim-scripts/javacomplete' -Bundle 'vim-scripts/taglist.vim' -Bundle 'bling/vim-airline' -Bundle 'kien/ctrlp.vim' -Bundle 'd11wtq/ctrlp_bdelete.vim' +Plugin 'VundleVim/Vundle.vim' +" Bundle 'gmarik/vundle' + +Plugin 'abudden/taghighlight-automirror' +Plugin 'altercation/vim-colors-solarized' +Plugin 'embear/vim-localvimrc' +Plugin 'jwhitley/vim-matchit' +Plugin 'majutsushi/tagbar' +Plugin 'msanders/snipmate.vim' +" Plugin 'Rip-Rip/clang_complete' +Plugin 'scrooloose/nerdtree' +Plugin 'scrooloose/syntastic' +Plugin 'tpope/vim-commentary' +Plugin 'tpope/vim-git' +Plugin 'tpope/vim-fugitive' +Plugin 'tpope/vim-haml' +Plugin 'tpope/vim-markdown' +Plugin 'tpope/vim-repeat' +Plugin 'tpope/vim-surround' +Plugin 'vim-scripts/javacomplete' +Plugin 'vim-scripts/taglist.vim' +Plugin 'bling/vim-airline' +Plugin 'vim-airline/vim-airline-themes' +Plugin 'ctrlpvim/ctrlp.vim' +Plugin 'd11wtq/ctrlp_bdelete.vim' call vundle#end() " required filetype plugin indent on " required -- cgit v1.1-2-g2b99