fix(heirline): fix astronvim.get_hlgroup usage
				
					
				
			This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
-- Customize colors for each element each element has a `_fg` and a `_bg`
 | 
					-- Customize colors for each element each element has a `_fg` and a `_bg`
 | 
				
			||||||
return function(colors)
 | 
					return function(colors)
 | 
				
			||||||
  colors.git_branch_fg = astronvim.get_hlgroup "Conditional"
 | 
					  colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
 | 
				
			||||||
  return colors
 | 
					  return colors
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user