Skip to content

Instantly share code, notes, and snippets.

@benlovell
Created December 20, 2012 08:52
Show Gist options
  • Save benlovell/4343910 to your computer and use it in GitHub Desktop.
Save benlovell/4343910 to your computer and use it in GitHub Desktop.
" 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