v1.4
Features:
- Add ability to use winbar for selection
-- whether you want to use winbar instead of the statusline
-- "always" means to always use winbar,
-- "never" means to never use winbar
-- "smart" means to use winbar if cmdheight=0 and statusline if cmdheight > 0
use_winbar = 'never', -- "always" | "never" | "smart"
Fixes:
- Picker selection is not visible when cmdheight=0