akinsho / akinsho/bufferline.nvim

[Feature Request]: option to customize pinned buffer icon 📌

Open
#981 4 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Lua
Stars
4.4k
Forks
240
PR merge metrics
No merged PRs in 30d

Description

### 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_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.