diff --git a/helix/languages.toml b/helix/languages.toml index 5198c32..b24639f 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -3,8 +3,13 @@ name = "go" auto-format = true formatter = { command = "goimports" } -[language-server.gopls.config] -"ui.diagnostic.staticcheck" = true +[language-server.gopls.config.hints] +assignVariableTypes = false +compositeLiteralFields = false +constantValues = false +functionTypeParameters = false +parameterNames = false +rangeVariableTypes = false [language-server.rust-analyzer.config.check] command = "clippy"