vim-quickui icon indicating copy to clipboard operation
vim-quickui copied to clipboard

Feature Request: vim-clap source provider

Open adelarsq opened this issue 5 years ago • 3 comments

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.

adelarsq avatar Jan 07 '20 13:01 adelarsq

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.

skywind3000 avatar Jan 07 '20 13:01 skywind3000

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:

adelarsq avatar Jan 07 '20 14:01 adelarsq

Thanks

skywind3000 avatar Jan 07 '20 14:01 skywind3000