sets.lua: enable exrc for .nvim.lua local config files
This commit is contained in:
parent
de6583317a
commit
a23a31839c
|
@ -37,6 +37,9 @@ vim.opt.spelllang = { "en_us", "fr" }
|
||||||
vim.opt.spell = true
|
vim.opt.spell = true
|
||||||
vim.opt.spellfile = "spell/add.utf-8.add"
|
vim.opt.spellfile = "spell/add.utf-8.add"
|
||||||
|
|
||||||
|
-- exrc
|
||||||
|
vim.opt.exrc = true
|
||||||
|
|
||||||
-- stuff
|
-- stuff
|
||||||
vim.opt.mousemodel = "extend"
|
vim.opt.mousemodel = "extend"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue