[Spell] Auto-start textlsp for tex, md and more text files

This commit is contained in:
Janis Hutz 2025-06-05 11:39:17 +02:00
parent 4aa0c54fc4
commit ee9066213b

View File

@ -34,3 +34,4 @@ lsp.config("textlsp", {
local enable = vim.lsp.enable
enable("marksman")
enable("texlab")
enable("textlsp")