spell: make zg and zw local
This commit is contained in:
parent
4977a7c1f0
commit
c3c110650d
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Local file for good words additions
|
||||
spell/add*.add*
|
|
@ -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…
Reference in a new issue