vim-rooter icon indicating copy to clipboard operation
vim-rooter copied to clipboard

Changes Vim working directory to project root.

Results 6 vim-rooter issues
Sort by recently updated
recently updated
newest added

For some reason this has recently been behaving (seemingly) identical to the `'home'` value in non-project files. Neovim version: `NVIM v0.7.0-dev+890-g574a58220` Simplest `nvim/init.vim`: (I didn't actually test this example, but...

Thanks for the great plugin! I mostly program in Rust, and adding `Cargo.toml` to `g:rooter_patterns` usually works to find the correct project root when working in rust projects. However, Rust...

For buffers that won't trigger rooter, we can respect user's &autochdir setting for them unchanged.

Purpose: To replicate autochdir while still computing root directories and storing them as b:rootDir variables.

Thank you for this plug-in! I've been using it to detect the project root using a package.json pattern, which works great. However, I've discovered when working with a project with...

In [g_rooters](g:rooter_patterns), I notice that '>/Users/charlie/dev/' Where I'd like to match the folder /Users/charlie/dev/project1, /Users/charlie/dev/project2 etc. Does not work properly. Looks like an easy fix, and will provide a PR...