changed the packager function a bit

This commit is contained in:
pika 2025-02-27 14:10:52 +01:00
parent c34fe00c1a
commit 85773caf45
2 changed files with 34 additions and 33 deletions

View file

@ -31,6 +31,11 @@ _install() {
--help | -h)
_help
;;
nvim)
if _check; then
_install_func "neovim"
fi
;;
*)
if _check; then
_install_func "$1"