configure latex
This commit is contained in:
parent
859e363582
commit
774aaddd4a
|
@ -121,7 +121,17 @@ return { -- LSP Configuration & Plugins
|
|||
--
|
||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||
tsserver = {},
|
||||
ltex = {}, --
|
||||
ltex = {
|
||||
|
||||
settings = {
|
||||
ltex = {
|
||||
language = "en",
|
||||
additionalRules = {
|
||||
languageModel = "~/ngrams/",
|
||||
},
|
||||
},
|
||||
},
|
||||
}, --
|
||||
|
||||
lua_ls = {
|
||||
-- cmd = {...},
|
||||
|
|
Loading…
Reference in New Issue