dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
517 stars 9 forks source link

Add an extend option to register_sign_spec #130

Closed dstein64 closed 3 months ago

dstein64 commented 3 months ago

Add an extend option to register_sign_spec. When used, signs will each be shown on all corresponding rows of the scrollview column, instead of just a single row. This is relevant when scrollview_always_show is on and all lines and at least one filler line are visible.