Replies: 1 comment 2 replies
-
|
I think I'd be open to supporting that - do you mind making a minimal PoC so I have a better sense of what you mean? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lately, I've been working on a super minimalist config as a subset of the already minimalist config.
In that, I realised I could make it without telescope, and instead using custom (simpler) user commands for searching stuff.
Now, I went using Neogit, and realized that the interactive object selection via fuzzy search went away since I dropped the Telescope dependency.
Since Vim/NVim have built-in support for fuzzy matching, why not "replacing" Telescope with it, so that the interactive UI remains even without Telescope dependency?
Beta Was this translation helpful? Give feedback.
All reactions