Enable exrc

This allows for automatically loading an `.nvim.lua` file when starting
Neovim that contains project-specific configuration.
This commit is contained in:
Oliver Davies 2025-03-22 23:25:36 +00:00
parent c8fe513a46
commit bbb5913463

View file

@ -6,6 +6,7 @@ local settings = {
backup = false,
breakindent = true,
expandtab = true,
exrc = true,
foldlevel = 1,
foldlevelstart = 99,
foldmethod = "indent",