[Spell] Remove textlsp, as it was annoying
This commit is contained in:
		| @@ -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") | ||||
|   | ||||
| @@ -40,7 +40,6 @@ return { | ||||
|                 "rust_analyzer", | ||||
|                 "ruby_lsp", | ||||
|                 -- "ts_ls", | ||||
|                 "textlsp", | ||||
|                 "vue_ls" | ||||
|             }, | ||||
|             -- auto-install configured servers (with lspconfig) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user