Neovim plugin that sets project root, records history, and provides pickers.

project.nvim is a Neovim plugin written in Lua that automatically sets the editor's working directory to a detected project root, maintains a history of recent projects, and exposes interactive pickers and UI commands. It optionally integrates with fuzzy finders and file explorers, supports session management and logging, and provides a small API for automation. Suited for developers who want workspace-aware navigation and quick access to recent projects inside Neovim.
0