From d030529ef89188e94d5db8d826a2f687ea601d94 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 31 Mar 2025 13:45:17 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-31 13:45:17 --- .config/helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }