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
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||||
tsserver = {},
|
tsserver = {},
|
||||||
ltex = {}, --
|
ltex = {
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
ltex = {
|
||||||
|
language = "en",
|
||||||
|
additionalRules = {
|
||||||
|
languageModel = "~/ngrams/",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}, --
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
-- cmd = {...},
|
-- cmd = {...},
|
||||||
|
|
Loading…
Reference in New Issue