summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"