add latex config

This commit is contained in:
andrzej 2024-03-16 14:28:47 +01:00
parent 61e2ada9e3
commit af3cbde2b1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
local M = {}
M.settings = {
ltex = {
language = "en",
additionalRules = {
languageModel = '~/ngrams/',
},
}
}
return M