scrollbar.nvim icon indicating copy to clipboard operation
scrollbar.nvim copied to clipboard

scrollbar for neovim

Results 9 scrollbar.nvim issues
Sort by recently updated
recently updated
newest added

This line from config breaks Neovim's diff mode (`nvim -d file1 file2`): ``` autocmd WinEnter * silent! lua require('scrollbar').show() ``` Additional info: - Scrollbar version (commit's hash): `bc97c132e8367efecb2ecb937d385e7dc04eb5a1`, - Neovim...

Thanx for the pluging. I wanted to share different scrollbar_shape from custom icons: ``` vim.g.scrollbar_shape = { head ='▎', body ='▎', tail ='▎', } ``` So that it looks more...

It will cause a lot of error like the following: ``` E5108: Error executing lua ...e/pack/packer/start/nvim-tree.lua/lua/nvim-tree/view.lua:347: Vim:E444: Cannot close last window ``` Which will cost you so much time and...

question

When scrollbar is visible and I type `:q` sometimes I get the following error: ``` E5601: Cannot close window, only floating window would remain ``` **nvim** version is *v0.5.0-c7ef80220*

It would be nice if it fully functions like a GUI scrollbar. Would it be possible to implement it? Similarly to minimap.vim

Hi, I am on kitty terminal with neovim v0.4.3 but don't know why the scrollbar is not showing up! Is there any way to make it compatible with that version...

When using a vertically split window doing a vertical resize results in the scrollbar staying in place and not resizing with the window. Refer to image below: ![image](https://user-images.githubusercontent.com/49783296/109940154-a4b58e80-7d36-11eb-8f95-1a95e91970f7.png) I'm using...

When using this plugin together with the [sexy_scroller.vim](https://github.com/joeytwiddle/sexy_scroller.vim), which is a plugin that adds a scrolling animation to actions like ``/``, I'm getting a significant lag which makes animations unusably...