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
Is this a question?
Please start a new Q&A discussion instead of raising a feature request.
Can this functionality be implemented utilising API?
nvim-tree exposes extensive API (see :h nvim-tree-api). Can it be used to achieve your goal? Is there a missing API that would make it possible?
I couldn't find anything related in API documentation
Is your feature request related to a problem? Please describe.
I was looking for an option to align icons and symbols to the pane's right. It would be cleaner and less misleading. Also, I found this feature available in the NeoTree, and looks nice.
Describe the solution you'd like
We can add a new choice to nvim-tree.renderer.icons.*_placement (e.g. right_aligned). Then we can simply display sorted icons based on their priority on the right-hand side of the window.
Describe alternatives you've considered
As an alternative, we could also add a new general flag for this setting which overrides all the replacements. For instance, we can call it nvim-tree.renderer.icons.placement with none and right_aligned values.
Additional context
This is what I found on NeoTree:
The text was updated successfully, but these errors were encountered:
Is this a question?
Please start a new Q&A discussion instead of raising a feature request.
Can this functionality be implemented utilising API?
nvim-tree exposes extensive API (see
:h nvim-tree-api
). Can it be used to achieve your goal? Is there a missing API that would make it possible?I couldn't find anything related in API documentation
Is your feature request related to a problem? Please describe.
I was looking for an option to align icons and symbols to the pane's right. It would be cleaner and less misleading. Also, I found this feature available in the NeoTree, and looks nice.
Describe the solution you'd like
We can add a new choice to
nvim-tree.renderer.icons.*_placement
(e.g.right_aligned
). Then we can simply display sorted icons based on their priority on the right-hand side of the window.Describe alternatives you've considered
As an alternative, we could also add a new general flag for this setting which overrides all the replacements. For instance, we can call it
nvim-tree.renderer.icons.placement
withnone
andright_aligned
values.Additional context
This is what I found on NeoTree:
The text was updated successfully, but these errors were encountered: