Skip to content
New issue

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

No whitespaces between titles with builtin provider #109

Closed
vollowx opened this issue Aug 2, 2023 · 2 comments
Closed

No whitespaces between titles with builtin provider #109

vollowx opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@vollowx
Copy link

vollowx commented Aug 2, 2023

Describe the bug
There are whitespaces between window titles in the README images, but not in the installed NeoVim/

System information

  • OS: linux
  • Neovim version: v0.10.0-dev-b74262a
  • vim.ui.select backend: builtin
  • Dressing config:
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:

  1. Rename, select code actions or something else to open dressing features

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.

@vollowx vollowx added the bug Something isn't working label Aug 2, 2023
@stevearc
Copy link
Owner

stevearc commented Aug 9, 2023

I've added the surrounding whitespace back to the title text

@vollowx
Copy link
Author

vollowx commented Aug 10, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants