project.nvim
project.nvim copied to clipboard
The superior project management solution for neovim.
Hi and thank you for this great effort. I think it could be a good feature to open latest files when we switch between projects. Imagine i have project `A`...
Hi guys! I use to work in a big monorepo. Sometimes I have to work on several buffers that belong to different projects. What happens is that it opens an...
So I have a couple of typescript projects that are git initialised, and for some reason they don't want to get added to the list of projects. They reside in...
I see there is a Telescope integration. Would be very cool to also have a [fzf-lua](https://github.com/ibhagwan/fzf-lua) select last project integration :)
It could be helpful to let the user run custom callbacks whenever a project dir is loaded or unloaded. This would provide a way to automatically load sessions created with...
I'm trying to understand how to change terminal directory to project root when it's opening. I'm using Toggleterm for that.
This pr add a setup option `patterns_fallback` which is false by default. When it is set to ture and all patterns fail to match, project.nvim will change the directory to...
Add telescope projects picker description.
 I am having problems with project nvim trying to resolve the current working dir in some temp buffers that fugitive opens. For example the Gdiff family or branch status...