Uses vim/after directory instead of root for custom vimrc.after
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
" This loads after the janus plugins so that janus-specific plugin mappings can
|
" This loads after the janus plugins so that janus-specific plugin mappings can
|
||||||
" be overwritten.
|
" be overwritten.
|
||||||
|
|
||||||
if filereadable(expand("~/.vimrc.after"))
|
if filereadable(expand("~/.yadr/vim/after/vimrc.after"))
|
||||||
source ~/.vimrc.after
|
source ~/.yadr/vim/after/vimrc.after
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user