mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 23:01:24 +00:00
feat(exrc): search exrc in parent directories Problem: `.nvim.lua` is only loaded from current directory, which is not flexible when working from a subfolder of the project. Solution: Also search parent directories for configuration file.