From 574c26155bf8fac88aa43e558ca2128911870599 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 31 Mar 2025 15:48:47 +0300 Subject: use helix gpt --- dotfiles/helix/languages.toml | 4 ++-- 1 file 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" -- cgit v1.2.3