changed the packager function a bit
This commit is contained in:
parent
c34fe00c1a
commit
85773caf45
2 changed files with 34 additions and 33 deletions
|
@ -31,6 +31,11 @@ _install() {
|
|||
--help | -h)
|
||||
_help
|
||||
;;
|
||||
nvim)
|
||||
if _check; then
|
||||
_install_func "neovim"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if _check; then
|
||||
_install_func "$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue