summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-31 15:48:47 +0300
committerPaul Buetow <paul@buetow.org>2025-03-31 15:48:47 +0300
commit574c26155bf8fac88aa43e558ca2128911870599 (patch)
treeba8cca968a024094ad99b084433db9bc538c0814
parent0aee492033fec87a6f27297baf9507b633186e27 (diff)
use helix gpt
-rw-r--r--dotfiles/helix/languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/helix/languages.toml b/dotfiles/helix/languages.toml
index 23f331d..eab2c12 100644
--- a/dotfiles/helix/languages.toml
+++ b/dotfiles/helix/languages.toml
@@ -6,8 +6,8 @@ formatter = { command = "goimports" }
language-servers = [ "gopls", "golangci-lint-lsp", "gpt" ]
[language-server.gpt]
-command = "helix-cop"
-args = [ "--logFile", "helix-cop.log"]
+command = "helix-gpt"
+args = [ "--logFile", "helix-gpt.log"]
[language-server.gopls]
command = "gopls"