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