You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created this issue to describe a problem I encountered and how to fix it. As well as justify why my PR #136 is useful.
Problem
The floating "1" everywhere are because ataxis creates padding buffers to center the code buffer. These buffers unfortunately have absolute number set to them.
It's distracting and doesn't look good.
Solution
If anyone else is wondering why it's like this they might have a plugin like "focus" which enables absolute numbers on window focus change.
I created this issue to describe a problem I encountered and how to fix it. As well as justify why my PR #136 is useful.
Problem
The floating "1" everywhere are because ataxis creates padding buffers to center the code buffer. These buffers unfortunately have absolute number set to them.
It's distracting and doesn't look good.
Solution
If anyone else is wondering why it's like this they might have a plugin like "focus" which enables absolute numbers on window focus change.
You need something like this
You also need to wait for the PR #136 to be merged (or directly use my repo)
The text was updated successfully, but these errors were encountered: