From 31158a7440969f6c85d16b67e5a471391cc99dd8 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 28 Jun 2023 10:25:54 +0800 Subject: [PATCH] fix(install): fix default nvim dir close https://github.com/SpaceVim/SpaceVim/issues/4845 --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index a405f3961..06ad61d50 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -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 () {