mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
pathogen -> vundle
This commit is contained in:
parent
b3c983ded2
commit
954be5a9c1
36 changed files with 38 additions and 129 deletions
10
vimrc
10
vimrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue