mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +01:00
nvim: exit if there is no vim
This commit is contained in:
parent
6ff2d0f346
commit
9504420f55
@ -13,5 +13,6 @@ elif [ -f ~/.local/share/flatpak/exports/bin/io.neovim.nvim ]; then
|
|||||||
# If not found.
|
# If not found.
|
||||||
else
|
else
|
||||||
printf "nvim doesn't seem to be installed :("
|
printf "nvim doesn't seem to be installed :("
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
#set +x
|
#set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user