/vim-qfpopup

This plugin provides to show the quickfix result using a popup window or a floating window. This supports Vim and Neovim.

Primary LanguageVim scriptMIT LicenseMIT

vim-qfpopup

MIT License

This plugin provides to show the quickfix result using a popup window or a floating window. This supports Vim and Neovim.

Variables

g:qfpopup_disabled (default: v:false)

Specify whether the plugin should be disabled.

g:qfpopup_width (default: 50)

Specify the width of a popup window or a floating window.

g:qfpopup_height (default: 4)

Specify the height of a popup window or a floating window.