1
0
Fork 0
dotfiles/helix/languages.toml

7 lines
147 B
TOML

[[language]]
name = "go"
auto-format = true
formatter = { command = "goimports" }
[language-server.rust-analyzer.config.check]
command = "clippy"