cd-project.nvim
cd-project.nvim copied to clipboard
[Question] How to use 'project_dir_pattern'
Hi,
could you please clarify the use of the following configuration?
-- this controls the behaviour of `CdProjectAdd` command about how to get the project directory
project_dir_pattern = { ".git", ".gitignore", "Cargo.toml", "package.json", "go.mod" },
From the description it's not clear what it does.
Thank you.