pathogen -> vundle

This commit is contained in:
Loic Nageleisen 2013-04-25 15:28:34 +02:00
parent b3c983ded2
commit 954be5a9c1
36 changed files with 38 additions and 129 deletions

10
vimrc
View file

@ -1,11 +1,11 @@
" lloeki's vimrc
"bundle loading via pathogen
let g:pathogen_disabled = []
"bundle loading via vundle
filetype off
runtime bundle/pathogen/autoload/pathogen.vim
call pathogen#infect()
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
source ~/.vim/bundle.vim
syntax on
filetype plugin indent on