docs(config): add go packages

This commit is contained in:
Patryk Hegenberg 2024-12-27 06:53:33 +01:00
parent 3a97e96805
commit 537c823015

View file

@ -4,7 +4,8 @@ headless = false
headless = [
"git",
"curl",
"wget"
"wget",
"zathura",
]
non_headless = [
@ -12,11 +13,11 @@ non_headless = [
[special_packages]
go = [
"lazygit"
"meteor"
"gopls"
"delve"
"golangci-lint"
"github.com/jesseduffield/lazygit",
"github.com/stefanlogue/meteor",
"golang.org/x/tools/gopls",
"github.com/go-delve/delve/cmd/dlv",
# "golangci-lint",
]
cargo = [
@ -25,7 +26,7 @@ cargo = [
]
pipx = [
"harlequin"
"posting"
"euporie"
"harlequin",
"posting",
"euporie",
]