fix(heirline): fix astronvim.get_hlgroup
usage
This commit is contained in:
parent
5a93e3dd9c
commit
940fd4b7ab
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Customize colors for each element each element has a `_fg` and a `_bg`
|
||||
return function(colors)
|
||||
colors.git_branch_fg = astronvim.get_hlgroup "Conditional"
|
||||
colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
|
||||
return colors
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue