1
0
Fork 0
dotfiles/helix/languages.toml

17 lines
357 B
TOML

[[language]]
name = "go"
auto-format = true
formatter = { command = "goimports" }
[language-server.gopls.config]
"ui.diagnostic.staticcheck" = true
[language-server.rust-analyzer.config.check]
command = "clippy"
[language-server.tinymist]
command = "tinymist"
[language-server.tinymist.config.preview]
background = { enabled = true }
refresh = "onSave"