If a ~/.gvimrc.local exists, then use it.
This commit is contained in:
@ -11,3 +11,8 @@ endif
|
|||||||
set guioptions=egt
|
set guioptions=egt
|
||||||
colorscheme Mustang
|
colorscheme Mustang
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
" If it exists, include user's local vim config
|
||||||
|
if filereadable(expand("~/.gvimrc.local"))
|
||||||
|
source ~/.gvimrc.local
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user