Add helix-gpt examples to languages.toml

This commit is contained in:
Daniel Lynn 2025-04-09 14:47:15 -05:00
parent 57a745eda8
commit 71c1ae66e3
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -5,3 +5,26 @@ file-types = ["test", "local", "development", "staging", "production", "example"
[language-server.rust-analyzer.config.check] [language-server.rust-analyzer.config.check]
command = "clippy" command = "clippy"
# It is recommended to place the necessary configurations below inside a project's
# .helix/languages.toml directory
#
# [language-server.gpt]
# command = "bun"
# args = ["run", "/path/to/helix-gpt/src/app.ts", "--handler", "copilot"]
#
# [[language]]
# name = "rust"
# language-servers = ["rust-analyzer", "gpt"]
#
# [[language]]
# name = "go"
# language-servers = [ "gopls", "golangci-lint-lsp", "gpt" ]
#
# [[language]]
# name = "typescript"
# language-servers = [ "typescript-language-server", "gpt" ]
#
# [[language]]
# name = "javascript"
# language-servers = [ "typescript-language-server", "gpt" ]