Skip to content

Multiple borders if "winborder" is enabled #55

@domma

Description

@domma

I set vim.opt.winborder = "single" to make pop-ups stand out more. After doing so all Telescope windows had doubled borders. I was able to solve that by passing

      defaults = {
        border = false
      },

to Telescopes setup function. This helps for the usual pickers, but not for the windows opened by this plugin. An example is executing LSP code actions. I have this in my config:

      extensions = {
        ["ui-select"] = {
          require("telescope.themes").get_dropdown {}
        }
      }
[...]
    require("telescope").load_extension("ui-select")

With that configuration code action choices are displayed in a pop-up windows, but it has doubled borders.

Is there a way to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions