vim-quickui
                                
                                
                                
                                    vim-quickui copied to clipboard
                            
                            
                            
                        The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:
I have mapped alt -> meta key according to your article, and this bug only happend when I use vim, not neovim For example , I use `` to previvew...
After run ':set bg=dark', this issue will happen.  BTW, thanks a lot for adding this wonderful feature.
Noremap 同个 menu, 快捷键按了一个之后就返回,操作正常, 但是 vmap 同个 menu, 按了一个快捷键之后会重新跳出 menu, 跳出的次数跟 menu size 同样多次
I set the menu for comment the line using the caw plugin. the menu is writen as \["&Comment", 'call feedkeys("gcc")'] this works well for the single line. but when I...
I was pretty hyped about getting a man so I made this : ```vim nnoremap K "ayiw:call quickui#tools#display_help("a") ``` But I noticed that it won't recognise things as let or...
 like  Thanks!

``` let content = [ [' &A', 'echo 100' ], [' &2', 'echo 200' ], [' &3', 'echo 300' ], [' &4' ], [' &5', 'echo 500' ], ] let...
I tried blow settings: ``` call quickui#menu#install('&Regex', [ \ ['Search Colors', '/\v#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})', ''], \ ['Search 0~255', '/\v([1-2][0-5]{2}|[1-9][0-9]|[0-9])', '/\v([1-2][0-5]{2}|[1-9][0-9]|[0-9])'], \ ]) ``` But can't use `n` or `N` to nevigate.
How can I use a condition to transfer between my color scheme and "None"(transparet as my expected)? ['&Transparent %{&ctermbg=? "bg":"None"}', 'highlight Normal!'] Setting above seems to be a syntactic error....