Skip to content

Commit

Permalink
feat(nut): remove fancy icon from tab.tablist.close
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed May 26, 2023
1 parent 75ad4e9 commit daf4f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nougat/nut/tab/tablist/close.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function mod.create(opts)
suffix = opts.suffix,
sep_right = opts.sep_right,
config = vim.tbl_deep_extend("force", {
text = "",
text = "X",
}, opts.config or {}),
on_click = opts.on_click,
context = opts.context,
Expand Down

0 comments on commit daf4f15

Please sign in to comment.