diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-31 15:48:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-31 15:48:47 +0300 |
| commit | 574c26155bf8fac88aa43e558ca2128911870599 (patch) | |
| tree | ba8cca968a024094ad99b084433db9bc538c0814 | |
| parent | 0aee492033fec87a6f27297baf9507b633186e27 (diff) | |
use helix gpt
| -rw-r--r-- | dotfiles/helix/languages.toml | 4 |
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" |
