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

Added Feature Bubble Index #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Th3Whit3Wolf
Copy link
Contributor

I saw another version of vim-buffet with this feature so I thought I should send a pull request.

Adds variable g:buffet_bubble_index

Default:

let g:buffet_bubble_index = 0

When set to 1 buffers are displayed as
➊ Buffer Name ➋ Buffer Name ➌ Buffer Name ➍

instead of

1 Buffer Name 2 Buffer Name 3 Buffer Name 4 Buffer Name

This will work up to 50, which I doubt anyone will get to.

Copy link
Owner

@bagrat bagrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @Th3Whit3Wolf !

What I don't like about the bubble symbols themselves is that they have different sizes and starting from 21 the color is inverted, which might confuse users potentially implying some other meaning. This said I am not inclined to adding this feature. However, given it is configurable, I'd reconsider if you explain the motivation of having this.

@Th3Whit3Wolf
Copy link
Contributor Author

I agree, I couldn't find any more bubble numbers of the same style or I would have put them in there. However I do think the majority of people will never notice that they change because 21 is a lot.

The only real motivation I have for it is that it looks awesome

image

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

Successfully merging this pull request may close these issues.

None yet

2 participants