From 26208808986c5a0ae8f522ace64f3879eb0b2edf Mon Sep 17 00:00:00 2001 From: David Sanchez Date: Fri, 21 Mar 2025 06:43:27 +0100 Subject: fix(ltex_plus): add latex to `enabled` settings (#3654) Problem: LSP not working with latex files. Spell checking skipped in latex files Solution: Add latex to the enabled section because even though 'tex' is the filetype the language ID is 'latex' --- lua/lspconfig/configs/ltex_plus.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/lspconfig/configs/ltex_plus.lua b/lua/lspconfig/configs/ltex_plus.lua index 915f0451..356d65d8 100644 --- a/lua/lspconfig/configs/ltex_plus.lua +++ b/lua/lspconfig/configs/ltex_plus.lua @@ -58,6 +58,7 @@ return { 'rnoweb', 'rst', 'tex', + 'latex', 'text', 'typst', 'xhtml', -- cgit v1.2.3-70-g09d2