diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index ed895386..a9aab92c 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -250,6 +250,6 @@ auto-format = true formatter = { command = "goimports" } comment-token = "//" block-comment-tokens = { start = "/*", end = "*/" } -language-servers = ["gopls", "typos-lsp"] +language-servers = ["gopls", "typos-lsp", "golangci-lint-lsp"] # TODO: gopls needs utf-8 offsets? indent = { tab-width = 4, unit = "\t" }