Fix install.sh
This commit is contained in:
parent
c69733e750
commit
fccbfe63ab
|
@ -52,7 +52,7 @@ if [ -n "$ZSH" ]; then
|
|||
zsh -ic "fast-theme ~/.config/zsh/fast-theme.ini"
|
||||
fi
|
||||
|
||||
if [ -n "$NVIM" ] && [ ! -f "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim ]; then
|
||||
if [ -n "$NVIM" ] && [ ! -f "${XDG_DATA_HOME:-$HOME/.local/share}/nvim/site/autoload/plug.vim" ]; then
|
||||
command -v nvim >/dev/null 2>&1 || sleep 0.5 \
|
||||
&& echo "=> Installing Neovim" && $INSTALL nvim
|
||||
|
||||
|
|
Loading…
Reference in a new issue