project.nvim
project.nvim copied to clipboard
The superior project management solution for neovim.
I don't know is it Neovide problem or this plugin, but using Neovide it doesn't work correctly - projects doesn't recognize by default (everything works perfect using iTerm2)
This adds an option to change the root directory to the buffer directory, if the file is outside of a project. I often edit files outside of projects while my...
Hi! Has there been discussions/thoughts about only setting the current directory for local tab (`tcd`)/ window (`lcd`)? If not and it sounds good I could add a PR to add...
This detection method simply sets the current working directory to the parent directory of the current file. Useful as a fallback when you are dealing with simple and generic projects...
like package.json, I don't see a use case where pyproject.toml would no be in root dir.
I am new to this and probably I am doing something wrong. I use neovim on Windows, if I understand this plugin correctly, I should able to see recent project...
Added the `use_git_files` option to search only non-ignored files in git repos Also updated the document Solve issue #104
I have my own dotfiles repo with a lot of `.files` and `.dirs` (obviously) and I want `project.nvim` to include & show those, but I generally don't want to see...
Hi, I keep selecting wrong project because order of projects keep changing in ":Telescope projects" window. Is it possible to just projects by ascending or descending order?
This solves #119