summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 10:52:49 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 10:52:49 +0300
commite669b852c562c044426776f89dbf309432bdb2b3 (patch)
treefd78c44828b46a52d9dbd39379acc778f139fd58
parent970510243c2065f11691ca2fc7c723550be54328 (diff)
use gofmpt
-rw-r--r--dotfiles/helix/languages.toml3
1 files changed, 1 insertions, 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"