Skip to content

Commit

Permalink
fix: update default close icon
Browse files Browse the repository at this point in the history
problem: nf-midi-close was removed from nerdfonts
solution: replace it with nf-md-close.

closes #148
  • Loading branch information
willothy committed Jul 23, 2023
1 parent d6d3e75 commit acf1047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cokeline/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ local defaults = {
text = " ",
},
{
text = "",
text = "󰅖",
on_click = function(_, _, _, _, buffer)
buffer:delete()
end,
Expand Down

0 comments on commit acf1047

Please sign in to comment.