Skip to content

Commit

Permalink
fix(hl): follow linked highlight groups to get correct color (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddiehaddad authored Nov 13, 2024
1 parent c8ff3d0 commit e49fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/feline/generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
-- If highlight is a string, use it as highlight name and
-- extract the properties from the highlight
local function get_hl_properties(hlname)
local opts = { name = hlname }
local opts = { name = hlname, link = false }
local hl = api.nvim_get_hl(0, opts)
local styles = {}

Expand Down

0 comments on commit e49fc3f

Please sign in to comment.