mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

If root_dir is a function it is evaluated when the client is created to determine the root directory. This enables dynamically determining the root directory based on e.g. project or directory structure (example: finding a parent Cargo.toml file that contains "[workspace]" in a Rust project).