-
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 I know of #96 which sort of covers this issue, but it has a much wider scope. I also know that I can use Is this possible to do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By default components have a truncation priority of You can also set See https://github.com/feline-nvim/feline.nvim/blob/master/USAGE.md#component-priority |
Beta Was this translation helpful? Give feedback.
By default components have a truncation priority of
0
, and you can try to set a higher priority to the vim mode component, say1
.You can also set
truncate_hide = true
to components you want to hide first.See https://github.com/feline-nvim/feline.nvim/blob/master/USAGE.md#component-priority