Skip to content

Commit

Permalink
Add default-go-packages
Browse files Browse the repository at this point in the history
Also add restic to the list global packages
for mise
  • Loading branch information
steveno committed Aug 28, 2024
1 parent 2cda55a commit 400dd4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dot_config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tools]
watchexec = "latest"
usage = "latest"
chezscheme = "latest"
chezmoi = "latest"
chezscheme = "latest"
restic = "latest"
usage = "latest"
watchexec = "latest"

[settings]
verbose = true
python_default_packages_file = "/home/steveno/.config/mise/default-python-packages"
go_default_packages_file = "/home/steveno/.config/mise/default-go-packages"
18 changes: 18 additions & 0 deletions dot_config/mise/default-go-packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This is just the list of packages installed by vim-go
github.com/go-delve/delve/cmd/dlv@latest
github.com/kisielk/errcheck@latest
github.com/davidrjenni/reftools/cmd/fillstruct@master
github.com/rogpeppe/godef@latest
golang.org/x/tools/cmd/goimports@master
github.com/mgechev/revive@latest
golang.org/x/tools/gopls@latest
github.com/golangci/golangci-lint/cmd/golangci-lint@latest
honnef.co/go/tools/cmd/staticcheck@latest
github.com/fatih/gomodifytags@latest
golang.org/x/tools/cmd/gorename@master
github.com/jstemmer/gotags@master
golang.org/x/tools/cmd/guru@master
github.com/josharian/impl@main
honnef.co/go/tools/cmd/keyify@master
github.com/fatih/motion@latest
github.com/koron/iferr@master

0 comments on commit 400dd4e

Please sign in to comment.