1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:40:06 +08:00

fix(install): fix default nvim dir

close https://github.com/SpaceVim/SpaceVim/issues/4845
This commit is contained in:
wsdjeg 2023-06-28 10:25:54 +08:00
parent c6195cd0e4
commit 31158a7440

View File

@ -91,7 +91,7 @@ System="$(uname -s)"
XDGSpaceDir="${XDG_CONFIG_HOME:-${HOME}/.}${XDG_CONFIG_HOME:+/}SpaceVim"
XDGvimDir="${XDG_CONFIG_HOME:-${HOME}/.}${XDG_CONFIG_HOME:+/}vim"
XDGnvimDir="${XDG_CONFIG_HOME:-${HOME}/.}${XDG_CONFIG_HOME:+/}nvim"
XDGnvimDir="${XDG_CONFIG_HOME:-${HOME}/.config}${XDG_CONFIG_HOME:+/}nvim"
# need_cmd {{{
need_cmd () {