From a97c876aee00af1f84d367932be0224cdfeaeecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 5 Aug 2014 09:23:25 +0200 Subject: plugin management goes vundle --- vimrc | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 84e45ad..c5d9ee5 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,35 @@ " vimrc -call pathogen#infect() + +" vundle +set nocompatible " be iMproved, required +filetype off " required + +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 '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' + +call vundle#end() " required +filetype plugin indent on " required " color scheme " set t_Co=256 -- cgit v1.1-2-g2b99