From 5d643afbd74efadf36f898309679fcd4f4a4bf2d Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Sun, 16 Apr 2023 10:25:37 -0300 Subject: [PATCH] fix(install): fix neovim path merge https://github.com/SpaceVim/SpaceVim/pull/4839 close https://github.com/SpaceVim/SpaceVim/issues/4838 --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index 4dce70a54..a405f3961 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:+/}config/nvim" +XDGnvimDir="${XDG_CONFIG_HOME:-${HOME}/.}${XDG_CONFIG_HOME:+/}nvim" # need_cmd {{{ need_cmd () {