dotar/vim/after/plugin/vimrc_after.vim

11 lines
260 B
VimL
Raw Normal View History

2015-01-05 03:23:58 +08:00
" This loads after the yadr plugins so that plugin mappings can
" be overwritten.
if filereadable(expand("~/.yadr/vim/after/.vimrc.after"))
source ~/.yadr/vim/after/.vimrc.after
endif
if filereadable(expand("~/.vimrc.after"))
source ~/.vimrc.after
endif