fix(heirline): fix `astronvim.get_hlgroup` usage
parent
5a93e3dd9c
commit
940fd4b7ab
|
@ -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 New Issue