mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Problem:
root_markers cannot specify "equal priority filenames.
Solution:
Support nesting:
{
...
root_markers = { { ".stylua.toml", ".luarc.json" }, { ".git "} }
...
}
Co-authored-by: Maria José Solano <majosolano99@gmail.com>
Co-authored-by: Gregory Anders <github@gpanders.com>
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>