summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-31 23:02:52 +0300
committerPaul Buetow <paul@buetow.org>2025-03-31 23:02:52 +0300
commit483ec847e6996ce4f54b97c95759f2b644b9b957 (patch)
treeb049816898ecc50738c1e5021a7a8b38e88cbda4
parent93b83da58fdad451d3b3663793cb3297b7f4cf6f (diff)
use ork
-rw-r--r--dotfiles/helix/config.toml2
-rw-r--r--dotfiles/helix/languages.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index 0a1e200..7529426 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -1,4 +1,4 @@
-theme = "kanagawa"
+theme = "kanagawa-dragon"
[editor]
bufferline = "always"
diff --git a/dotfiles/helix/languages.toml b/dotfiles/helix/languages.toml
index 61da107..26d14c0 100644
--- a/dotfiles/helix/languages.toml
+++ b/dotfiles/helix/languages.toml
@@ -6,6 +6,8 @@ formatter = { command = "goimports" }
language-servers = [ "gopls", "golangci-lint-lsp", "gpt" ]
[language-server.gpt]
+# Fork from https://github.com/sigmaSd/helix-gpt
+# deno run --allow-net --allow-env $HOME/git/helix-gpt/src/app.ts --handler copilot
command = "helix-gpt"
args = [ "--logFile", "helix-gpt.log"]