feat(exrc): enabled exrc

This commit is contained in:
2026-04-03 10:00:01 +02:00
parent e144c2530e
commit e2cbf0c493

View File

@@ -27,6 +27,7 @@ return {
"linematch:60",
},
expandtab = true,
exrc = true, -- Execute .nvim.lua files in workspaces
grepprg = vim.fn.executable("rg") and "rg --vimgrep" or nil,
guifont = {
"VictorMono Nerd Font",