vim-quickui
vim-quickui copied to clipboard
Feature Request: vim-clap source provider
vim-clap supports custom providers.
Would be nice add this feature so we can call a custom search for all items on menu, just like the ctrl+shift+p shortcut on VSCode.
Actually vim-clap has Clap command, but this is pretty verbose, showing all commands loaded.
Not only vim-clap supports customizable sources. LeaderF and denite can also specify user sources.
And I have no time to study them one by one.
Right now I am focusing on improving experience for the core widgets, for example, I just added a search (/ or ?) command to quickui#listbox.
Next, I plan to implement a adaptive highlighting system for different content in listbox or textbox.
There are lots of important work still need to be done.
Any way, PR is welcome.
Actually I have quickmenu heavily customized with denite. Actually I am migrating to quickui. I will help on this feature when possible :slightly_smiling_face:
Thanks