-
Dropbar.nvim says it can be used with vim.ui.select. Can this be backend for dressing config? How can this be integrated? https://github.com/Bekaboo/dropbar.nvim?tab=readme-ov-file#usage-with-vimuiselect |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You don't really need dressing if you're going to use another plugin for the 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. |
Beta Was this translation helpful? Give feedback.
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 selectIf 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.