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

The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:

Results 47 vim-quickui issues
Sort by recently updated
recently updated
newest added

Previously the CursorMoved event used to auto-close the popup window was bounded globally, so when a cursor is to moved in another window or even when the popup window gets...

In function `quickui#preview#display`, we have some default window options set: ```vim let cmdlist = ['setlocal signcolumn=no norelativenumber'] ``` But I would want to have `signcolumn` enabled. I wish there were...

nvim-qt, wim10 Tips can't be displayed if the context is too long. etc: ``` call quickui#menu#install('&Regex', [ \ ['Others', '', '固化分组\(\)\@> 非捕获型括号\%(\) 界定边界\zs \ze magic模式下,花括号{}需要使用\转义,但与之对应的闭括号则可省略,因为Vim会自动推测我们的意图'], \ ]) ```

![image](https://user-images.githubusercontent.com/32936898/78500370-85119100-7788-11ea-8142-ce1bfd10698f.png)

1 can it provide a random colorscheme? 2 in function QuickThemeChange(), can it add `let g:quickui_color_scheme = a:theme`, then user can `echo g:quickui_color_scheme` to know current color_scheme?

Thank for this amazing plugin! I found strange behavior in "Preview quickfix": if I first preview a tag and then open it, the new window maintains the same colors and...

Thank you for the awesome plugin! It is something I have been seeking for a long time! It would be nice to add the possibility to hide (or show) some...

The preview window would usually get auto-closed, but in some cases it is not "automatically" closed when a user move their focus onto it (#9) and close manually, or when...

step1: ctags -R -n --append=yes --c-kinds=+px --fields=+aS --extras=+q /home/vim/src step2: call quickui#tools#preview_tag('') result: Error: no "line" information in your tags, regenerate with -n

[vim-clap](https://github.com/liuchengxu/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](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette). Actually...