]> git.rmz.io Git - dotfiles.git/blobdiff - vimrc
replace pathogen with vundle
[dotfiles.git] / vimrc
diff --git a/vimrc b/vimrc
index a9040f14a22a5ffc9dd265b040e395c0362e282f..2c3eba7d8b42f1b60f2e44e3d4b7b3088525d9cb 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -3,10 +3,23 @@
 " Author:   Samir Benmendil <samir.benmendil[at]gmail[dot]com>
 "
 
-filetype plugin indent on
+filetype off
+set rtp+=~/.vim/bundle/vundle/
+call vundle#rc()
+
+Bundle 'gmarik/vundle'
+Bundle 'wincent/Command-T'
+Bundle 'bling/vim-airline'
+Bundle 'ctrlp.vim'
+Bundle 'fugitive.vim'
+Bundle 'Gundo'
+Bundle 'The-NERD-tree'
+Bundle 'surround.vim'
+Bundle 'Syntastic'
+Bundle 'Tagbar'
+Bundle 'tComment'
 
-" pathogen.vim runtime path manipulation
-silent! call pathogen#infect()
+filetype plugin indent on
 
 " moving around, searching and patterns {{{1
 set incsearch           " show match for partly typed search command