If a ~/.gvimrc.local exists, then use it.
This commit is contained in:
parent
c8a0f0c3f1
commit
2e3f7a42a3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user