project.nvim
                                
                                 project.nvim copied to clipboard
                                
                                    project.nvim copied to clipboard
                            
                            
                            
                        The superior project management solution for neovim.
This plugin works well and I enjoy it, great work. I run nvim anywhere and I hit certain keys to open :Telescope projects, which opens project list, I open a...
Some LSP clients can have more than one workspace folder, which can be added via [`workspace/didChangeWorkspaceFolders`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWorkspaceFolders). This is especially useful for resource-hungry clients, like rust-analyzer or haskell-language-server, in order to...
I want to add the ability to open Neogit from the selected project in Telescope to my config. My first idea requires the ability to customize the Telescope mappings in...
Hi, I can see the list of recent project files by jumping into telescope porjects and pressing C-r. But is it also possible to open the recent files of the...

Fixes #152
`NVIM v0.11.0-dev-4+ga66424617` ``` vim.lsp.buf_get_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated stack traceback: /home/casey/.local/share/nvim/runtime/lua/vim/lsp.lua:1092: in function 'buf_get_clients' ...hare/nvim/lazy/project.nvim/lua/project_nvim/project.lua:16: in function 'find_lsp_root' ``` https://github.com/ahmedkhalf/project.nvim/blob/8c6bad7d22eef1b71144b401c9f74ed01526a4fb/lua/project_nvim/project.lua#L16
~~**_NOTE_**: DON'T MERGE THIS PR YET (if you were ever planning to do so). I partially added some annotations and took the liberty to make some minimal code corrections myself......
## Added setup options from telescope ### Below is an example plugins/telescope.lua ```lua local projects_opts = { layout_strategy = "horizontal", layout_config = { anchor = "N", height = 0.25, width...
Hi, I want to disable the automatc file picker after chosing a project. It's annoying for the people who just want to change their directory. Everytime I need to press...