1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 02:25:00 +08:00

Change plugin manager to Vundle

This commit is contained in:
陳泓宇
2018-01-25 15:47:03 +08:00
parent fd40d449ec
commit eeb78f5204
1455 changed files with 83 additions and 112349 deletions

View File

@ -5,14 +5,6 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""
" => Load pathogen paths
""""""""""""""""""""""""""""""
let s:vim_runtime = expand('<sfile>:p:h')."/.."
call pathogen#infect(s:vim_runtime.'/sources_forked/{}')
call pathogen#infect(s:vim_runtime.'/sources_non_forked/{}')
call pathogen#infect(s:vim_runtime.'/my_plugins/{}')
call pathogen#helptags()
""""""""""""""""""""""""""""""
" => bufExplorer plugin