" 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