spell: make zg and zw local
This commit is contained in:
parent
4977a7c1f0
commit
c3c110650d
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ vim.opt.incsearch = true
|
|||
-- spellchecking
|
||||
vim.opt.spelllang = { "en_us", "fr" }
|
||||
vim.opt.spell = true
|
||||
vim.opt.spellfile = "spell/add.utf-8.add"
|
||||
|
||||
-- stuff
|
||||
vim.opt.mousemodel = "extend"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue