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 two sections in my Neovim setup: section B displays the filename with its status (modified, no name, etc.), and section C shows diagnostics. When I have diagnostics, the position of section C shifts when the modified status appears or disappears in section B. I'm looking for a way to set a permanent distance between the two sections so that even when the modified status changes, the position of the diagnostics in section C remains fixed. Essentially, I want the position of one section to be independent of the other.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have two sections in my Neovim setup: section B displays the filename with its status (modified, no name, etc.), and section C shows diagnostics. When I have diagnostics, the position of section C shifts when the modified status appears or disappears in section B. I'm looking for a way to set a permanent distance between the two sections so that even when the modified status changes, the position of the diagnostics in section C remains fixed. Essentially, I want the position of one section to be independent of the other.
Beta Was this translation helpful? Give feedback.
All reactions