vim-quickui
                                
                                
                                
                                    vim-quickui copied to clipboard
                            
                            
                            
                        The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:
I found some global options (`g:quickui` `g:quickui_context` `g:quickui_context_foot`) in `autoload/quickui/command.vim` file, which may be related to `:QuickUI` command. But they don't appear in MANUAL.md, wiki pages, or other help files....
Hey there fellow mouse user, glad to know I'm not the only heretic. Since you mention this should work with Neovim 0.4+, how would we configure this in the context...
quickui#tags#taglist() gets all tags about tagname successful. But quickui#tags#tagfind() removes tags leaving only one, even though thoes are tags different scope like class. Additionally, I think searching tags in the...
Lets say I have following code. ``` call quickui#menu#install('&File', [ \ [ "&New File\tCtrl+n", 'new' ], ``` End result should be use press ( Alter + f) and it will...
比如说listbox显示的时候,我想自定义快捷键回调,比如ctrl+up就显示上一层文件夹的内容。
In my menu, my first drop down has items like this: ``` &History &Line-wrap ``` They clash with left (`h`) and right (`l`) navigational keys. When I press them, it...
Is there a way to create a select list (where selecting multiple inputs be possible)?