[Feature Request]: option to customize pinned buffer icon š
What?
It would be great to have an option to customize the pin icon. Or maybe to remove it and use colors to indicate pinned state. It is hardcoded now:
builtin.pinned = Group:new({
id = PINNED_ID,
name = PINNED_NAME,
icon = "š",
priority = 1,
separator = {
style = separator.none,
},
})
Alternatively, Iām looking for a simple way to change it dynamically.
Why?
No response
Totally agree on this, especially given the fact that the README says you need a patched font (nerdfonts), but (at least) some of the fonts don't include that icon.
I believe the pin icon is just an emoji so shouldn't require a patched font. In either case happy to have this change is someone is willing to raise a PR.
Currently, you can customize pinned icon using the following method:
local groups = require("bufferline.groups")
groups.builtin.pinned.icon = "<Icon>"
I believe the pin icon is just an emoji so shouldn't require a patched font. In either case happy to have this change is someone is willing to raise a PR.
I would also like to ask for functional with pinning so that when Pin is only icon and hidden Filename