fix(nvim): properly link Gitsigns hl
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s
This commit is contained in:
parent
5f9c7f4c26
commit
8da91b9225
@ -72,7 +72,7 @@ return {
|
||||
{ "GitSignsAdd", { fg = colors.autumnGreen } },
|
||||
{ "GitSignsDelete", { fg = colors.autumnRed } },
|
||||
{ "GitSignsChange", { fg = colors.autumnYellow } },
|
||||
{ "GitSignsStagedAdd", { link = "GitSignsChangeAdd" } },
|
||||
{ "GitSignsStagedAdd", { link = "GitSignsAdd" } },
|
||||
{ "GitSignsStagedDelete", { link = "GitSignsDelete" } },
|
||||
{ "GitSignsStagedChangedelete", { link = "GitSignsDelete" } },
|
||||
{ "GitSignsStagedChange", { link = "GitSignsChange" } },
|
||||
|
Loading…
Reference in New Issue
Block a user