X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1d7d51f543fc4ad6b75bc9fb6bf0d8988c73de87..4169eefa919c94e99cca44a393c5394551e11466:/vimrc diff --git a/vimrc b/vimrc index a9040f1..2c3eba7 100644 --- a/vimrc +++ b/vimrc @@ -3,10 +3,23 @@ " Author: Samir Benmendil " -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