sets: added spellcheck for french
This commit is contained in:
parent
8726a1a74d
commit
dca5bf54f6
3 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue