sets: added spellcheck for french

This commit is contained in:
kalmenn 2024-01-07 23:06:33 +01:00
parent 8726a1a74d
commit dca5bf54f6
Signed by: kalmenn
GPG key ID: F500055C44BC3834
3 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ vim.opt.hlsearch = false
vim.opt.incsearch = true
-- spellchecking
vim.opt.spelllang = "en_us"
vim.opt.spelllang = { "en_us", "fr" }
vim.opt.spell = true
-- stuff

BIN
spell/fr.latin1.spl Normal file

Binary file not shown.

BIN
spell/fr.utf-8.spl Normal file

Binary file not shown.