diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 36f3015..6bf1b9b 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -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 = {...},