-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Description
Add support for placing git status symbols to the right side of the filename (VS Code style), instead of only before it or in the sign column.
Problem - Current State
The current git_placement options allow:
-
"before" - icon appears before filename
-
"signcolumn" - icon appears in sign column
However, there is no configuration for placing git indicators after the file name.
Files to check
core/tree.lua
core/lazy.luaExpected Behavior
A new configuration such as:
git_placement = "after"Would render:
init.lua ●
plugin.lua ✓
README.md +Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request