1
0
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:
Amir Salihefendic
2017-07-16 14:29:29 +02:00
committed by GitHub
3 changed files with 2 additions and 0 deletions

View File

@ -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()
""""""""""""""""""""""""""""""