feat(yazi): yatline added behind and ahead options

This commit is contained in:
Sergio Laín 2024-10-13 01:26:17 +02:00
parent 016ef5ce60
commit c9a5b8b04c
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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()