bin: also run nvim +GoInstallDepsSync

This commit is contained in:
Oleksandr Smirnov 2025-03-15 15:48:19 +02:00
parent 530843da87
commit a9e17dc88d
No known key found for this signature in database

View file

@ -8,3 +8,5 @@ echo -e "\e[32m[yaegi]\e[0m"; go install github.com/traefik/yaegi/cmd/yae
echo -e "\e[32m[govulncheck]\e[0m"; go install golang.org/x/vuln/cmd/govulncheck@latest
echo -e "\e[32m[natscli]\e[0m"; go install github.com/nats-io/natscli/nats@latest
echo -e "\e[32m[dlv]\e[0m"; go install github.com/go-delve/delve/cmd/dlv@latest
echo -e "\e[32m[:GoInstallDepsSync<CR>]\e[0m"; nvim --headless +GoInstallDepsSync +q