docs(config): add go packages
This commit is contained in:
parent
3a97e96805
commit
537c823015
1 changed files with 10 additions and 9 deletions
19
config.toml
19
config.toml
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue