Replies: 2 comments
-
|
This is impossible. |
Beta Was this translation helpful? Give feedback.
-
|
I understand what you're saying, but this should be possible. VS Code has a similar effect; the minimap also has a fixed aspect ratio. It's just that the calculation might be more complex. All current parameters can remain unchanged. It should be possible to control the position of the minimap's first visible line with a certain function. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Neominimap is a great plugin, and I'm particularly impressed by its syntax highlighting.
However, when I'm working with a long file, for example with 1000 lines, I've noticed that the highlighted section in the neominimap stays centered for a long range, from approximately line 100 to line 900.
Almost all similar plugins provide information on the current line's approximate percentage position within the total file. How can I configure neominimap to achieve this effect, or is it possible to add a similar feature?
For example, if I'm on line 300 of a 1000-line file, the highlighted line on the minimap should be at roughly the 30% position.
Beta Was this translation helpful? Give feedback.
All reactions