From 40b08fca1ec5fffc13bc59ea467c08f8bdbd9ed1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 1 Sep 2024 18:39:39 +0200 Subject: fix(conf/nvim/plgs/ltex_extra): Also enable Swedish spell checking --- modules/home/conf/nvim/plgs/ltex_extra/lua/ltex_extra.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/conf/nvim') 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 : 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 -- cgit 1.4.1