mirror of
1
0
Fork 0

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

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ temp_dirs/yankring_history_v2.txt
sources_forked/yankring/doc/tags
sources_non_forked/tlib/doc/tags
sources_non_forked/ctrlp.vim/doc/tags*
my_plugins/
my_configs.vim
tags
.DS_Store

0
my_plugins/.gitkeep Normal file
View File

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