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 "source local vimrc
if filereadable(expand("~/.config/vimrc")) if filereadable(expand("~/.local/vimrc"))
source ~/.config/vimrc source ~/.local/vimrc
endif endif
"}}} "}}}