X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/038bedb3b96a0bb9e48c72a48544412027ec901c..5c9d34b7621f96e07ccb4ad5f2f8b08d8d01672b:/vimrc?ds=sidebyside diff --git a/vimrc b/vimrc index a9040f1..2a52c96 100644 --- a/vimrc +++ b/vimrc @@ -3,10 +3,24 @@ " 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' +Bundle 'Valloric/YouCompleteMe' -" 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