Tweaked to allow vimrc.user to override after.vim

This commit is contained in:
Kevin MacMartin 2014-06-04 03:25:16 -04:00
parent 716f2259af
commit ae114c3ca2

6
vimrc
View file

@ -37,6 +37,9 @@
"Load Keymappings:
runtime config/keyboard.vim
"Load After Config:
runtime config/after.vim
"Load User Config:
runtime vimrc.user
@ -45,7 +48,4 @@
"Load Colour Scheme:
colorscheme darkcloud
"Load After Config:
runtime config/after.vim
"}}}