vim-quickui
vim-quickui copied to clipboard
The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:
in ``` - `J` / `CTRL+d`: half page down. - `K` / `CTRL+d`: half page up. ``` first CTRL+d should be CTRL+u
I would like for the popup menu created via `map call quickui#context#open(content, quick_opts)` to appear where I click with `mousemodel=popup_setpos`. Is this a vim-quickui or (neo)vim limitation ?
when `quickui_border_style` is set to 0 (no border mode) spacers (`["--", "" ]`) still render as hyphens, it's expected to be empty instead.
“Preview quickfix” doesn‘t work in location list currently, could that be supported?
So how could I always show the menubar above my tabline without pressing double space ? 怎么把这菜单栏整在tabline上面?然后我就是要在没有按空格键的情况下一直显示它.
Since preview windows are usually small, scrollbar can take precious space and look noisy. I would prefer if I could hide them with some option. (But keep the window scrollable,...
Error when using set this line in init.vim `call quickui#menu#install(section, items [, weight [, filetypes]])` when starting vim the following errors appear ``` Error detected when processing /home/user/.config/nvim/init.vim: line 36:...
hi, love this plugin. Rather than starting from scratch is there a way to autofill some widgets with the content ot `:menu` ? for instance in neovim you can retreive...
Some plugins like [git-messenger.vim](https://github.com/rhysd/git-messenger.vim) that opens up a floating window allow: (i) to move cursor to the window (e.g. CTRL-W W) --- and then one can navigate using movement keys,...
When `quickui#tools#preview_tag('')` is called,quickui will circularly display the next one. How to make it display the previous one? Could you provide some functions switching the preview window to the next/previous...