nvim-scrollview icon indicating copy to clipboard operation
nvim-scrollview copied to clipboard

A Neovim plugin that displays interactive vertical scrollbars and signs.

Results 15 nvim-scrollview issues
Sort by recently updated
recently updated
newest added

In chrome, when you search for something using "ctrl-f", yellow ticks appear showing where the search results lie on the page. It would be cool if this scrollbar showed the...

It would be nice to support an auto-hide feature where there is no activity (no scrolling) for certain amount of time passed. This can be achieved through `vim.defer_fn` and `libuv.timer_stop`....

Hi @dstein64 thanks for making this plugin. It would be nice to have a configuration option that allows accounting for extra scrolling lines after end of file. This way we...

Multibyte (Unicode) characters under the scrollbar are hidden or incorrectly displayed. See the screenshot. ![screenshot](https://user-images.githubusercontent.com/30581822/155539452-8fe02bd4-f0b1-405c-a253-6472bae662d8.png) Example text Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt...

I think scrolling should be calculated on visual lines rather than real lines. With wrap enabled, the visual feedback is basically gone. Greetings!

It would be awesome if the precision of the top and bottom of the scrollbar can show different percentages of a filled cell instead of being either filled character or...

Great plugin! Can we have the scrollbar updated when foldlevel is updated (e.g. zM, zR)? For example, when `zM` is pressed to fold everything (or `zR` to unfold everything), the...

When I scroll and go part the cursor it changes/drags the Cursor position with it out of the initial state. Is there a way to make it stay steady?

When opening a large file with a lot of errors (ex react-native/index.js because it uses typescript in a javascript file), it slows nvim to almost 1fps. Is there a way...

When I try to migrate from `satellite.nvim`, I found that all signs of `scrollview` is in the left of scrollbars. However, some signs are inside the bar such as `mark`...