Add helix-gpt examples to languages.toml
This commit is contained in:
parent
57a745eda8
commit
71c1ae66e3
@ -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" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user