lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

Scrollbar Disappears in Large File #65

Closed Isrothy closed 7 months ago

Isrothy commented 7 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Open a very large file.

Expected behavior There should be a scrollbar on the right side.

Screenshots

image

I guess this is because height_to_virtual function that rounds down the height of scrollbar, which is therefore set to 0.

lewis6991 commented 7 months ago

Open a very large file.

How large?

Please make sure to provide more precise instructions when you raise issues on projects.

Isrothy commented 7 months ago

It's 78425 lines in my case.