Skip to content

How to use dropbar? #161

Closed Answered by stevearc
boydkelly asked this question in Q&A
Jun 11, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You don't really need dressing if you're going to use another plugin for the vim.ui.select implementation. Just follow the instructions for dropbar, and then disable dressing for select

require("dressing").setup({
  select = {
    enabled = false
  }
})

If you or someone else is interested, dropbar could be added as a supported backend (like fzf-lua) to make things a tiny bit more convenient.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@boydkelly
Comment options

@willothy
Comment options

Answer selected by boydkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants