mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: also run nvim +GoInstallDepsSync
This commit is contained in:
parent
530843da87
commit
a9e17dc88d
1 changed files with 2 additions and 0 deletions
|
|
@ -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[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[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[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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue