1
0
Fork 0

helix: Configure gopls

This commit is contained in:
Jeremy Kaplan 2026-05-12 12:41:12 -04:00
commit 52c2a7cfe4

View file

@ -3,6 +3,9 @@ name = "go"
auto-format = true auto-format = true
formatter = { command = "goimports" } formatter = { command = "goimports" }
[language-server.gopls.config]
"ui.diagnostic.staticcheck" = true
[language-server.rust-analyzer.config.check] [language-server.rust-analyzer.config.check]
command = "clippy" command = "clippy"