2012-01-26 03:26:23 +08:00
|
|
|
" https://github.com/carlhuda/janus/blob/master/janus/vim/core/janus/after/plugin/vimrc_after.vim
|
|
|
|
" Customization
|
|
|
|
"
|
|
|
|
" This loads after the janus plugins so that janus-specific plugin mappings can
|
|
|
|
" be overwritten.
|
|
|
|
|
2012-08-22 07:56:19 +08:00
|
|
|
if filereadable(expand("~/.yadr/vim/after/.vimrc.after"))
|
|
|
|
source ~/.yadr/vim/after/.vimrc.after
|
2012-01-26 03:26:23 +08:00
|
|
|
endif
|
|
|
|
|
2012-08-22 07:56:19 +08:00
|
|
|
if filereadable(expand("~/.vimrc.after"))
|
|
|
|
source ~/.vimrc.after
|
|
|
|
endif
|