Enable exrc
This allows for automatically loading an `.nvim.lua` file when starting Neovim that contains project-specific configuration.
This commit is contained in:
parent
c8fe513a46
commit
bbb5913463
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ local settings = {
|
||||||
backup = false,
|
backup = false,
|
||||||
breakindent = true,
|
breakindent = true,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
|
exrc = true,
|
||||||
foldlevel = 1,
|
foldlevel = 1,
|
||||||
foldlevelstart = 99,
|
foldlevelstart = 99,
|
||||||
foldmethod = "indent",
|
foldmethod = "indent",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue