Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stopdesign opened this issue Dec 2, 2024 · 2 comments
Open

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

stopdesign opened this issue Dec 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@stopdesign
Copy link

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

@stopdesign stopdesign added the enhancement New feature or request label Dec 2, 2024
@JorgeFPastor
Copy link

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.

@akinsho
Copy link
Owner

akinsho commented Dec 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants