1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 08:55:43 +08:00

Fix installation error when there is no '.config' at '$HOME' directory. (#1819)

This commit is contained in:
VyronLee 2018-06-10 23:31:33 +08:00 committed by Wang Shidong
parent 1a4428600d
commit 355f09c823

View File

@ -189,6 +189,7 @@ install_neovim () {
success "Installed SpaceVim for neovim"
fi
else
mkdir -p "$HOME/.config"
ln -s "$HOME/.SpaceVim" "$HOME/.config/nvim"
success "Installed SpaceVim for neovim"
fi