helix: remove dangling ai lsp references
This commit is contained in:
parent
ae3309ab88
commit
15eef68b79
1 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "rust"
|
name = "rust"
|
||||||
language-servers = ["rust-analyzer", "lsp-ai"]
|
language-servers = ["rust-analyzer"]
|
||||||
|
|
||||||
[language-server.rust-analyzer.config.check]
|
[language-server.rust-analyzer.config.check]
|
||||||
command = "clippy"
|
command = "clippy"
|
||||||
|
|
@ -12,7 +12,7 @@ config = {}
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
language-servers = ["pyright", "lsp-ai"]
|
language-servers = ["pyright"]
|
||||||
|
|
||||||
[language-server.roc-ls]
|
[language-server.roc-ls]
|
||||||
command = "roc_language_server"
|
command = "roc_language_server"
|
||||||
|
|
@ -25,7 +25,7 @@ file-types = ["roc"]
|
||||||
shebangs = ["roc"]
|
shebangs = ["roc"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-servers = ["roc-ls", "lsp-ai"]
|
language-servers = ["roc-ls"]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = "roc", args =[ "format", "--stdin", "--stdout"]}
|
formatter = { command = "roc", args =[ "format", "--stdin", "--stdout"]}
|
||||||
|
|
@ -47,11 +47,11 @@ roots = ["go.work", "go.mod"]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = ["gofmt"]
|
formatter = ["gofmt"]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
language-servers = ["gopls", "lsp-ai"]
|
language-servers = ["gopls"]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "markdown"
|
name = "markdown"
|
||||||
language-servers = ["marksman", "lsp-ai"]
|
language-servers = ["marksman"]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "lua"
|
name = "lua"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue