all repos

dotfiles @ a9e17dc

my dotfiles
1 files changed, 2 insertions(+), 0 deletions(-)
bin: also run nvim +GoInstallDepsSync
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-15 15:48:19 +0200
Parent: 530843d
M bin/go-install-bins

@@ -8,3 +8,5 @@ echo -e "\e[32m[yaegi]\e[0m"; go install github.com/traefik/yaegi/cmd/yaegi@latest

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