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 = [
|
||||
"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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue