spell: make zg and zw local

This commit is contained in:
kalmenn 2024-01-09 10:06:54 +01:00
parent 4977a7c1f0
commit c3c110650d
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# Local file for good words additions
spell/add*.add*

View file

@ -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"