1
0
mirror of https://github.com/amix/vimrc synced 2025-06-23 06:35:01 +08:00

Allow to install custom plugins

This commit is contained in:
Nicolas Djambazian
2017-05-20 11:33:48 +02:00
parent c4fbfe8aa8
commit 0a8ca3c28b
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()
""""""""""""""""""""""""""""""