add latex config
This commit is contained in:
parent
61e2ada9e3
commit
af3cbde2b1
|
@ -0,0 +1,11 @@
|
|||
local M = {}
|
||||
|
||||
M.settings = {
|
||||
ltex = {
|
||||
language = "en",
|
||||
additionalRules = {
|
||||
languageModel = '~/ngrams/',
|
||||
},
|
||||
}
|
||||
}
|
||||
return M
|
Loading…
Reference in New Issue