diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -43,7 +43,16 @@ set wildignore=*.o,*.a,*.class,*.mo,*.la,*.swp,*.jpg,*.png,*.xpm,*.gif,*.pyc,*~, let mapleader = "," -call pathogen#infect() +"call pathogen#infect() + +filetype off +set rtp+=~/.vim/bundle/vundle/ +call vundle#rc() + +Bundle 'scrooloose/syntastic' +Bundle 'Valloric/YouCompleteMe' + +filetype plugin indent on "aliases cnorea w!! w !sudo tee "%" > /dev/null |