✨ feat(yazi): yatline added behind and ahead options
This commit is contained in:
parent
016ef5ce60
commit
c9a5b8b04c
1 changed files with 6 additions and 0 deletions
|
@ -154,6 +154,10 @@ require("yatline-githead"):setup({
|
|||
|
||||
commit_symbol = " ",
|
||||
|
||||
show_behind_ahead = true,
|
||||
behind_symbol = " ",
|
||||
ahead_symbol = " ",
|
||||
|
||||
show_stashes = true,
|
||||
stashes_symbol = " ",
|
||||
|
||||
|
@ -178,6 +182,8 @@ require("yatline-githead"):setup({
|
|||
staged_color = catppuccin_palette.green,
|
||||
unstaged_color = catppuccin_palette.yellow,
|
||||
untracked_color = catppuccin_palette.pink,
|
||||
ahead_color = catppuccin_palette.green,
|
||||
behind_color = catppuccin_palette.yellow,
|
||||
})
|
||||
|
||||
require("git"):setup()
|
||||
|
|
Loading…
Add table
Reference in a new issue