diff --git a/helix/languages.toml b/helix/languages.toml index 1d3eea0..5198c32 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -3,6 +3,9 @@ name = "go" auto-format = true formatter = { command = "goimports" } +[language-server.gopls.config] +"ui.diagnostic.staticcheck" = true + [language-server.rust-analyzer.config.check] command = "clippy"