Fix install.sh
This commit is contained in:
parent
3408428739
commit
ac60ad5a4d
|
@ -38,7 +38,7 @@ for pkg in "$@"; do
|
||||||
stow -t "$HOME" --ignore="README.md" "$pkg"
|
stow -t "$HOME" --ignore="README.md" "$pkg"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $NVIM -eq 1 ] && [ ! -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
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
echo "=> Installing vim-plug and plugins for Neovim"
|
echo "=> Installing vim-plug and plugins for Neovim"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue