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
Describe the bug There are whitespaces between window titles in the README images, but not in the installed NeoVim/
System information
vim.ui.select
builtin
local border = require('core.settings').border -- 'single' in this case require('dressing').setup { input = { border = border, win_options = { winblend = 0, }, }, select = { backend = 'builtin', builtin = { border = border, relative = 'cursor', win_options = { winblend = 0, }, min_height = { 0, 0 }, }, }, }
To Reproduce Steps to reproduce the behavior:
dressing
Screenshots Currently have no screenshot tools in my computer
Additional context Provide a option like space_between_title or let user format the title by themselves.
space_between_title
The text was updated successfully, but these errors were encountered:
fix: restore float title padding for nvim 0.9 (#109)
169877d
I've added the surrounding whitespace back to the title text
Sorry, something went wrong.
Thanks
stevearc
No branches or pull requests
Describe the bug
There are whitespaces between window titles in the README images, but not in the installed NeoVim/
System information
vim.ui.select
backend:builtin
To Reproduce
Steps to reproduce the behavior:
dressing
featuresScreenshots
Currently have no screenshot tools in my computer
Additional context
Provide a option like
space_between_title
or let user format the title by themselves.The text was updated successfully, but these errors were encountered: