mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
14 lines
249 B
TOML
14 lines
249 B
TOML
[tools]
|
|
go = "latest"
|
|
golangci-lint = "latest"
|
|
golangci-lint-langserver = "latest"
|
|
node = "lts"
|
|
shellcheck = "latest"
|
|
shfmt = "latest"
|
|
usage = "latest"
|
|
|
|
[settings]
|
|
experimental = true
|
|
go_set_gobin = false
|
|
go_set_gopath = false
|
|
go_set_goroot = false
|