From 1443be02d966d50ac8a854917957aad5a7334565 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Apr 2013 12:09:57 +0200 Subject: vim: Add YMC and vundle Signed-off-by: Florian Pritz --- .vimrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.vimrc') 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 -- cgit v1.2.3-24-g4f1b