NackerNvim script install

This commit is contained in:
2025-08-03 18:37:50 -04:00
parent d40108f19d
commit 74bde09164

View File

@@ -13,7 +13,7 @@ function install() {
while [ -n "$1" ]
do
case "$1" in
install )start;;
install )install;;
help )helpcli;;
esac
shift