Akin
Akin
@rickyelopez tbh this is quite complex to implement. I'm not really a fan of adding this kind of complexity, but if you want to take a stab at it, I...
@rickyelopez I can think of how to handle this, but I honestly am really not sure that this is really necessary. With each new feature request, this plugin gets more...
I guess making the duplication somewhat configurable would be a good approach, e.g. it could be something that has an option to say render only the first letter of the...
@rickyelopez I personally won't add this anytime soon if at all, this isn't really something I need for my workflow or something many other people have requested, so there's no...
Version 2.0.0 which is due to be merged in a few days, will change the required neovim version to 0.7.0 so this plugin can benefit from all the api changes...
@mgutz nope, there currently isn't an easy way to do this. You can have a look in the docs for a way to sort buffers based on the last modified...
@mgutz so it turns out that nvim does have a field you can use to see what was last used, buried deep inside a helper method called `getbufinfo` which has...
@mgutz that sounds interesting and along the lines I imagined a more complex solution would require. You can raise what you have as a draft PR and we can go...
Hmm you can change the modified icon colour but if I understand correctly you mean change the whole buffer tab styling based on if a buffer is modified. I think...
@alex-popov-tech I think maybe it could be added without too much trouble the line is [here](https://github.com/akinsho/nvim-bufferline.lua/blob/2043d254017002c4862afefbacd5d1bd7fe94e55/lua/bufferline.lua#L130) this "switch" is used to set the buffers colours based on the state of...