[Spell] Remove textlsp, as it was annoying

This commit is contained in:
2025-06-05 12:22:23 +02:00
parent 620a5cd2d6
commit aac415c3b5
3 changed files with 0 additions and 21 deletions

View File

@@ -22,16 +22,7 @@ lsp.config("texlab", {
on_attach = on_attach,
})
-- ┌ ┐
-- │ Spell checking │
-- └ ┘
lsp.config("textlsp", {
capabilities = capabilities,
on_attach = on_attach,
})
-- ── Enable configs ───────────────────────────────────────────────
local enable = vim.lsp.enable
enable("marksman")
enable("texlab")
enable("textlsp")

View File

@@ -40,7 +40,6 @@ return {
"rust_analyzer",
"ruby_lsp",
-- "ts_ls",
"textlsp",
"vue_ls"
},
-- auto-install configured servers (with lspconfig)