chore(helix): Disable lsp-ai for rust

This commit is contained in:
GaspardCulis 2024-11-17 17:33:45 +01:00
parent 7af492ac56
commit ec7a3de7ff

View file

@ -28,7 +28,7 @@ max_context = 2048
[[language]] [[language]]
name = "rust" name = "rust"
language-servers = [ "rust-analyzer", "lsp-ai" ] language-servers = [ "rust-analyzer" ]
[language.debugger] [language.debugger]
command = "codelldb" command = "codelldb"