mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 09:32:39 +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).