sets.lua: enable exrc for .nvim.lua local config files

This commit is contained in:
kalmenn 2024-01-14 22:29:10 +01:00
parent de6583317a
commit a23a31839c
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -37,6 +37,9 @@ vim.opt.spelllang = { "en_us", "fr" }
vim.opt.spell = true
vim.opt.spellfile = "spell/add.utf-8.add"
-- exrc
vim.opt.exrc = true
-- stuff
vim.opt.mousemodel = "extend"