fix(lsp): ltex_plus → ltex_ls_plus

- Naming conflicts with lspconfig: the `filetypes` field was overwritten
  by lspconfig.
This commit is contained in:
2025-04-30 14:42:54 +02:00
parent 44be63bc2e
commit 031e7694a5
2 changed files with 13 additions and 1 deletions

View File

@ -163,4 +163,4 @@ end
setup_godot_dap()
vim.diagnostic.config({ virtual_text = true })
vim.lsp.enable({ "ltex_plus", "rust-analyzer", "gdscript" })
vim.lsp.enable({ "ltex_ls_plus", "rust-analyzer", "gdscript" })