Skip to content

Commit

Permalink
fix: fg="text" option not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Sep 22, 2023
1 parent b6d60b9 commit 373614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/url-open/modules/handlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ end
--- @see url-open.setup
M.change_color_highlight = function(opts, group_name)
opts.enabled = nil
-- if opts.fg and opts.fg == "text" then opts.fg = nil end
if opts.fg and opts.fg == "text" then opts.fg = nil end

api.nvim_set_hl(0, group_name, opts)
end
Expand Down

0 comments on commit 373614d

Please sign in to comment.