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

Telescope builtin browser_file is removed

Hey @ahmedkhalf, Thanks for developing project.nvim it is one of my favourite Neovim plugins. I just attempted to try out the shortcut for browsing a project's files but got hit...

I use that feature in Telescope project plugin. Is the possible here or any plans to add it? Please let me know if it already exists

Hi, it owuld be cool if project.nvim could also display the readme.md (or similar) in the preview window like cljoly/telescope-repo.nvim

Hi all, This is a quick change that allows users to create a custom callback that executes after a project is selected. I believe this helps push toward a solution...

## Problem The package lacks documentation which is accessible from `:help` in neovim. ## Solution The way to add documentation is to make `doc` directory and add `project-nvim.txt` and similar...

I just installed it, everything looks fine and I can open it in telescope. I'm using the default config but I added init.lua to patterns so it dedects my neovim...

Hey! I wanted to have some way to toggle automatic dir changing to added a function for this. Let me know if you think this makes sense.

![圖片](https://user-images.githubusercontent.com/3832925/176921024-7d31195b-a11c-4ce9-aa9f-c4ed32285aac.png) ![圖片](https://user-images.githubusercontent.com/3832925/176921056-a399dac9-29a6-4d68-b200-204e6c8bdb71.png) See `:help nvim-tree`

I use [fugitive](https://github.com/tpope/vim-fugitive) as plugin. When using `:Gdiffsplit` it will create and focus an extra buffer that is called for example (in my particular case) `fugitive:///home/dominik/config/.git//5006169cf7d8d3b97bc1c8e86b3dc9252a30839b/userconf/.config/nvim`. I also have configured...