chore(helix): Disable lsp-ai
for rust
This commit is contained in:
parent
7af492ac56
commit
ec7a3de7ff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ max_context = 2048
|
|||
|
||||
[[language]]
|
||||
name = "rust"
|
||||
language-servers = [ "rust-analyzer", "lsp-ai" ]
|
||||
language-servers = [ "rust-analyzer" ]
|
||||
|
||||
[language.debugger]
|
||||
command = "codelldb"
|
||||
|
|
Loading…
Reference in a new issue