mirror of
https://github.com/amix/vimrc
synced 2025-06-23 06:35:01 +08:00
Merge pull request #317 from Nhacsam/add-custom-plugins-folder
Allow to install custom plugins
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
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()
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user