Skip to content

Removing or changing window border color for telescope select #62

Answered by mystilleef
mystilleef asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, figured it out. I had to pass borderchars to telescope.

    use({
      "stevearc/dressing.nvim",
      config = function()
        require("dressing").setup({
          select = {
            telescope = {
              borderchars = { " ", " ", " ", " ", " ", " ", " ", " " },
            },
          },
        })
      end,
    })

I had assumed select inherits Telescope's settings, but it doesn't. Thankfully, there's a way to pass in the setting you care about.

Thanks for your help.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@mystilleef
Comment options

@stevearc
Comment options

@mystilleef
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mystilleef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants