Skip to content

v1.4

Compare
Choose a tag to compare
@s1n7ax s1n7ax released this 13 Oct 18:12
· 43 commits to main since this release

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