mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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).