We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27bcb8 commit 6d336deCopy full SHA for 6d336de
lua/nvim-tree.lua
@@ -672,10 +672,10 @@ local ACCEPTED_STRINGS = {
672
highlight_diagnostics = { "none", "icon", "name", "all" },
673
highlight_clipboard = { "none", "icon", "name", "all" },
674
icons = {
675
- git_placement = { "before", "after", "signcolumn" },
676
- modified_placement = { "before", "after", "signcolumn" },
677
- diagnostics_placement = { "before", "after", "signcolumn" },
678
- bookmarks_placement = { "before", "after", "signcolumn" },
+ git_placement = { "before", "after", "signcolumn", "right_align" },
+ modified_placement = { "before", "after", "signcolumn", "right_align" },
+ diagnostics_placement = { "before", "after", "signcolumn", "right_align" },
+ bookmarks_placement = { "before", "after", "signcolumn", "right_align" },
679
},
680
681
help = {
0 commit comments