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
|
"source local vimrc
|
||||||
if filereadable(expand("~/.config/vimrc"))
|
if filereadable(expand("~/.local/vimrc"))
|
||||||
source ~/.config/vimrc
|
source ~/.local/vimrc
|
||||||
endif
|
endif
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user