nvim-telescope / telescope-project.nvim

MIT License
598 stars 53 forks source link

Switchable and configurable change_project_dir scope #142

Closed l4zygreed closed 11 months ago

l4zygreed commented 11 months ago

Cleaned and tried to optimise my old fix for #61 issue

I thought it would be nice to be able to switch scope on the fly and see the current scope so I implemented solution with scopes stored in table and update of scope and title by hotkey

Cherrypicked ccakes tests, because there is no much difference in implementation

Sorry, I mostly never coded in lua, so will be good if you point at mistakes, if there are any

l4zygreed commented 11 months ago

example of how it works

https://github.com/nvim-telescope/telescope-project.nvim/assets/9384565/3585678c-bb8c-4ffc-a1ca-10efedc45200

claidler commented 11 months ago

Thanks @l4zygreed I need to spend some time reviewing this! It looks great. I've mostly never coded in lua either until working on this, so you may know more than me actually