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 have my floating status line set to the top right corner of my window. But when my cursor is on line 1, the status line can overlap with code.
Currently, options like window.placement.vertical or window.margin.vertical only take static arguments (e.g., int, str), limiting the ability to update the position dynamically.
So it would be really nice if these options also took functions as values. This way, something like the following might work (to shift the status line down a line if my cursor is on line 1):
I have my floating status line set to the top right corner of my window. But when my cursor is on line 1, the status line can overlap with code.
Currently, options like
window.placement.vertical
orwindow.margin.vertical
only take static arguments (e.g.,int
,str
), limiting the ability to update the position dynamically.So it would be really nice if these options also took functions as values. This way, something like the following might work (to shift the status line down a line if my cursor is on line 1):
The text was updated successfully, but these errors were encountered: