skywind3000 / vim-quickui

The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:
https://www.vim.org/scripts/script.php?script_id=5845
MIT License
1.11k stars 35 forks source link

Feature Request: vim-clap source provider #2

Open adelarsq opened 4 years ago

adelarsq commented 4 years ago

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.

skywind3000 commented 4 years ago

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.

adelarsq commented 4 years ago

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:

skywind3000 commented 4 years ago

Thanks