Replies: 1 comment
-
You can figure out what distinguishes a snacks picker buffer or window (e.g. it may have filetype 'snacks_picker', I dont't use it so I don't really know if it's true), then add it to the require('dropbar').setup({
bar = {
enable = function(buf, win)
if is_snacks_picker(buf, win) then
return false
end
-- some other logic ...
end
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, as I mentioned in the title, when I run
Snacks.picker.buffers()
orSnacks.picker.lines()
, it also launches an additional dropbar. Is there a way to stop the dropbar from launching when I open the picker?Beta Was this translation helpful? Give feedback.
All reactions