diff options
Diffstat (limited to 'modules/home/conf/nvim/plgs/ltex_extra')
-rw-r--r-- | modules/home/conf/nvim/plgs/ltex_extra/lua/ltex_extra.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/nvim/plgs/ltex_extra/lua/ltex_extra.lua b/modules/home/conf/nvim/plgs/ltex_extra/lua/ltex_extra.lua index f55a9ba7..d532428a 100644 --- a/modules/home/conf/nvim/plgs/ltex_extra/lua/ltex_extra.lua +++ b/modules/home/conf/nvim/plgs/ltex_extra/lua/ltex_extra.lua @@ -1,7 +1,7 @@ require("ltex_extra").setup({ -- table <string> : languages for witch dictionaries will be loaded, e.g. { "es-AR", "en-US" } -- https://valentjn.github.io/ltex/supported-languages.html#natural-languages - load_langs = { "en-CA", "de-DE" }, -- en-US as default + load_langs = { "en-CA", "de-DE", "sv-SE" }, -- en-US as default -- boolean : whether to load dictionaries on startup init_check = true, -- string : relative or absolute path to store dictionaries |