sets: added spellcheck for french
This commit is contained in:
parent
8726a1a74d
commit
dca5bf54f6
|
@ -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
BIN
spell/fr.latin1.spl
Normal file
Binary file not shown.
BIN
spell/fr.utf-8.spl
Normal file
BIN
spell/fr.utf-8.spl
Normal file
Binary file not shown.
Loading…
Reference in a new issue