change path for local config to be consistent with bash
This commit is contained in:
parent
f4b2128c28
commit
091258a83c
@ -554,8 +554,8 @@ endif
|
||||
"==============
|
||||
"{{{
|
||||
"source local vimrc
|
||||
if filereadable(expand("~/.config/vimrc"))
|
||||
source ~/.config/vimrc
|
||||
if filereadable(expand("~/.local/vimrc"))
|
||||
source ~/.local/vimrc
|
||||
endif
|
||||
"}}}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user