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

Add support for FzfLua

In a Rust project with an attached LSP I noticed that nvim-tree was flickering when using project.nvim and opening files in different crates within the same workspace. The project would...

Neotree has a feature where it shows a file tree with only the open buffers ![CleanShot 2024-05-23 at 10 45 19](https://github.com/ahmedkhalf/project.nvim/assets/4013767/7b8fbe82-e5f4-47aa-86dc-a83d5dc1999c) It would be awesome to have a similiar feature...

see title, plus with telescope. get error on load. i think i have several ways of configuring it mixed up. `Error 21:35:29 notify.error lazy.nvim Failed to run config for telescope.nvim...

To confirm spelling, see https://www.merriam-webster.com/dictionary/rearrange

If, before any projects have been opened, a project is created and then the user attempts to delete it during the current session, then an error is thrown because `recent_projects`...

Hello, ive been using this plugin for a while. I got warnings about some deprecated functions that will stop working in the next minor release of nvim, checked here it...

Replaced the deprecated call to vim.lsp.buf_get_clients() with a call to vim.lsp.get_clients(), the newer API function. vim.lsp.buf_get_clients() feature will be removed in Nvim 0.12.