nvim: Enable exrc

This commit is contained in:
Andreas Tsouchlos 2025-06-17 22:08:48 -04:00
parent d9671f74c7
commit c7819c793f

View File

@ -60,3 +60,5 @@ let &efm .= '%-Z%*\s--> %f:%l:%c,'
]] ]]
end end
}) })
vim.opt.exrc = true