lornix / vim-scrollbar

An attempt to display a scrollbar with 'thumb' in curses-based vim. Uses the 'sign' feature of vim to display a scrollbar on the left-hand side.
48 stars 11 forks source link

Fix mapping and disabled by default #14

Closed gsuuon closed 1 year ago

gsuuon commented 3 years ago

Fixes #13: g:scrollbar_binding_active was defaulted to 1 so setup was being skipped Fixes #11: let g:loaded_scrollbar=1 prevents sourcing the rest of the script, so ToggleScrollbar() wouldn't be defined Adds N map