Created
December 20, 2012 08:52
-
-
Save benlovell/4343910 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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. | |
if filereadable(expand("~/.yadr/vim/after/.vimrc.after")) | |
source ~/.yadr/vim/after/.vimrc.after | |
endif | |
if filereadable(expand("~/.vimrc.after")) | |
source ~/.vimrc.after | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment