We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVIM v0.9.0
macOS 13.1
require('bqf').setup { preview = { border_chars = { '', '', '─', '─', '', '', '', '', '█' }, } }
:vimgrep /\w\+/j % | copen
The preview window of nvim-ufo
The preview window of nvim-bqf. The borders do not extend to the right end and the scroll bar does not show up.
The text was updated successfully, but these errors were encountered:
#75 (comment) @mbenford Look like it's time to break change.
Sorry, something went wrong.
Kill two birds with one stone 🐤
feat(preview)!: rework module (#98)
e9102f1
1. Add `show_scroll_bar` option; 2. Add `border` option; 3. Add `winblend` option; 4. Delete `border_chars` option; 5. Change `BqfPreviewBorder` link to `FloatBorder`; 6. Add `BqfPreviewTitle` highlight; 7. Add `BqfPreviewThumb` highlight; 8. Add `BqfPreviewSbar` highlight;
require('bqf').setup({ preview = { border = { '', '─', '', '', '', '─', '', '' }, }, })
should work.
No branches or pull requests
Neovim version (nvim -v | head -n1)
NVIM v0.9.0
Operating system/version
macOS 13.1
How to reproduce the issue
:vimgrep /\w\+/j % | copen
under a bufferActual behavior
The preview window of nvim-ufo
The preview window of nvim-bqf.
The borders do not extend to the right end and the scroll bar does not show up.
The text was updated successfully, but these errors were encountered: