project.nvim icon indicating copy to clipboard operation
project.nvim copied to clipboard

The superior project management solution for neovim.

Results 108 project.nvim issues
Sort by recently updated
recently updated
newest added

Produce the problem: 1. Open my project,and open a file in my project 2. Jump into third project which my project needed 3. Close my project's file buffer first 4....

Hello, In my opinion, the check `is_excluded` for directories in `exclude_dirs` config option would make more sense if it was done before the `set_pwd` function below. In my case, the...

Detection method >parentDir does not work Steps to reproduce: Dependencies: Telescope.nvim plugin 1. Add in detection methods in config file: ">dirName" 2. create that directory with some subdirectories as the...

if a project was succesfully found at a/b by lsp root or pattern, don't switch to a/b/c when entering file inside a/b/c. This feature prevents switching into the root of...

Bug case: 1. Launch nvim with a file in non-project directory 2. Switch to another project-related file (via history or project switching) -> `get_cwd()` changed to the project root 3....

I am using the setup defaults, except for turning off the silent changing of directory. When I start nvim in $HOME without opening a file, !pwd reports correctly. If I...

Would be pretty cool to have per project configuration using JSON and if possible also allow other plugins to write extensions for this plugin

i am using null-ls for formatting and linting i have used the telescope community plugin for the projects it had problems with detecting and right configuration for lsp so i...

I would prefer if when I press `enter` on one of my projects in telescope, it doesn't open the file finder for that project but instead just changes my directory...

Though this probably requires using `:lcd` since I don't believe Neovim has a lua API for that.