vim-qf_resize
vim-qf_resize copied to clipboard
Support for preview windows
I find your plugin very useful! Can it do the same for preview windows?
Thanks!
Likely. Interesting idea.
Needs to detect the preview window though, of course - and that does not have a specific buftype/filetype. Would need to investigate.
Just out of interest: do you use Neovim (since it is broken with Vim IIRC)?
Yes, I use Neovim while keeping my config compatible with vim. Ready to jump back ;)
I want this feature for :Gstatus
I use Neovim while keeping my config compatible with vim
Same.
Might be broken with Neovim master now (https://github.com/neovim/neovim/pull/8645), see #5.
I have some local changes to use nvim_win_get_position
with Neovim, but likely need some hours to finish it.