fix(autocommand): fix typo for tex autocommand
- Missing l in `spelllang`
This commit is contained in:
parent
623ca0a753
commit
7783b8eb60
@ -53,7 +53,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||||||
vim.o.foldtext = 'vimtex#fold#text()'
|
vim.o.foldtext = 'vimtex#fold#text()'
|
||||||
vim.o.spell = true
|
vim.o.spell = true
|
||||||
spell_keymap()
|
spell_keymap()
|
||||||
vim.o.spellang = "en,fr"
|
vim.o.spelllang = "en,fr"
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user