summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-11 09:48:45 +0300
committerPaul Buetow <paul@buetow.org>2025-04-11 09:48:45 +0300
commit37f426b59d08cd5f2bb77dc686399c9dd6d085d2 (patch)
treef824e75e75d5d7f707c8bd4a2056fc2d935655bb
parent277ca2187a64c182062e24cc9a329c8f27dc56c3 (diff)
parent715a90473c4dd9d7365e8f51e8c5033c11d32e89 (diff)
Merge branch 'master' of codeberg.org:snonux/rexfiles
-rw-r--r--dotfiles/helix/config.toml4
-rw-r--r--dotfiles/helix/languages.toml4
2 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index 99f725b..11744a8 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -1,4 +1,8 @@
+<<<<<<< HEAD
theme = "rose_pine_dawn"
+=======
+theme = "kaolin-light"
+>>>>>>> ecec08530240c4c7a81d4335b37bcd7eef3cd923
[editor]
bufferline = "always"
diff --git a/dotfiles/helix/languages.toml b/dotfiles/helix/languages.toml
index fed0e1b..fe2b02d 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", "/tmp/helix-gpt.log"]
@@ -20,10 +22,12 @@ functionTypeParameters = true
parameterNames = true
rangeVariableTypes = true
+# go install github.com/nametake/golangci-lint-langserver@latest │
[language-server.golangci-lint-lsp]
command = "golangci-lint-langserver"
# golangci-lint-langserver depepds/calls golangci-lint
+# go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
[language-server.golangci-lint-lsp.config]
command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"]