From e669b852c562c044426776f89dbf309432bdb2b3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2025 10:52:49 +0300 Subject: use gofmpt --- dotfiles/helix/languages.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/helix/languages.toml b/dotfiles/helix/languages.toml index 86571cb..4e4ae12 100644 --- a/dotfiles/helix/languages.toml +++ b/dotfiles/helix/languages.toml @@ -14,9 +14,8 @@ auto-format = true name = "go" auto-format= true diagnostic-severity = "hint" -formatter = { command = "goimports" } +formatter = { command = "hx.goformatter" } language-servers = [ "gopls", "golangci-lint-lsp", "hexai-lsp" ] -# language-servers = [ "gopls", "golangci-lint-lsp", "lsp-ai", "hexai-lsp" ] [language-server.hexai-lsp] command = "hexai-lsp" -- cgit v1.2.3