dotar/vim/after/plugin/vimrc_after.vim
2015-01-04 13:23:58 -06:00

11 lines
260 B
VimL

" 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