Open Issues Need Help
View All on GitHubAI Summary: The `project.nvim` plugin fails to automatically change the current working directory (PWD) when opening a file located in a path containing special characters (e.g., `[id]`). While it correctly identifies the project root for `test/foo/index.ts`, it fails for `test/foo/[id]/index.ts` with an error, indicating an issue with how the plugin parses or handles such paths.
A dynamic project management solution for neovim
AI Summary: This issue requests the integration of user-manageable logging capabilities into a plugin. The primary goal is to enhance debugging processes and provide greater transparency for both end-users and developers.
A dynamic project management solution for neovim
AI Summary: The current maintainer of the project is seeking co-maintainers to ensure the plugin's long-term viability and prevent it from becoming unmaintained, even though they are not planning to leave. This initiative aims to build a committed team for future sustainability.
A dynamic project management solution for neovim
AI Summary: The user reports a bug where `project.nvim` repeatedly triggers project root detection, even when simply opening or switching buffers within an already recognized project. This suggests the plugin's internal logic might be unnecessarily re-evaluating the project root instead of maintaining its state.
A dynamic project management solution for neovim