diff --git a/lua/autocommands.lua b/lua/autocommands.lua index a6a4982..414cafe 100644 --- a/lua/autocommands.lua +++ b/lua/autocommands.lua @@ -66,7 +66,7 @@ vim.api.nvim_create_autocmd("FileType", { vim.keymap.set('', 'mp', ':TypstWatch', { noremap = true, silent = true, desc = "[M]ake [P]review" }) vim.o.spell = true spell_keymap() - vim.o.spellang = "fr,en" + vim.o.spelllang = "fr,en" end, })