summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc11
1 files changed, 10 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 2df499b..f512f04 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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