Description
I read the docs and hope I missed something; is there a way to configure nvim-scrollview
to not have the various icons hop to the left or right depending on whether the scrollbar is rendered adjacent?
I like the basic functionality, but am finding it hard to quickly and easily visually "parse" the output when code (including listchars += extends:»
), the scrollbar itself, and scrollview's icons all become interwoven visually.
Things I looked for in the docs (and may have missed): being able to a fixed width, using a distinct bgcolor for the entire "minimap" area, being able to have icons display w/ the scrollbar rendered as bgcolor), and/or being able to map sets of icons to specific columns, kinda like the signs
and statusline
column(s) on the left.
I suspect there's only so much a minimap/scrollbar plugin can do with the current APIs, but thought I'd ask, because this plugin is a nice, minimal plugin compared to the the various "minimaps" out there.