nvim: exit if there is no vim

This commit is contained in:
Aminda Suomalainen 2024-06-07 08:56:46 +03:00
parent 6ff2d0f346
commit 9504420f55
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ elif [ -f ~/.local/share/flatpak/exports/bin/io.neovim.nvim ]; then
# If not found.
else
printf "nvim doesn't seem to be installed :("
exit
fi
#set +x