This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
You can continue the conversation there. Go to discussion →
By default Neovim seems to truncate the statusline from left to right if it doesn't fit. I like to have my Vim mode in the bottom left, but it therefore the first thing that disappears upon truncation. I would like for it to be the very last thing in that component section to dissappear.
I found
%<
in:h statusline
but there doesn't seem to be a%>
.I know of #96 which sort of covers this issue, but it has a much wider scope.
I also know that I can use
enabled
to adapt my components based onfn.winwidth()
, but sometimes the statusline still becomes too wide.Is this possible to do?
The text was updated successfully, but these errors were encountered: