change path for local config to be consistent with bash

This commit is contained in:
James Dixon 2023-11-05 16:51:15 -05:00
parent f4b2128c28
commit 091258a83c

View File

@ -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
"}}}