Aristotle Pagaltzis

Results 202 comments of Aristotle Pagaltzis

How does it know whether to commit or roll back in `DESTROY`?

Pinging @shadowcat-mst then…

It’ll be trying to parse `rgba()` with CSS-style syntax which expects 3 numbers instead of a single hex RGB value, and `mix()` just gets ignored while the hex RGB value...

Adding a read-only indicator sounds good, that’s not currently supported. But a modified indicator already is. I’m surprised you would miss `g:buftabline_indicators` not just in the docs but in the...

Looks pretty cool, and makes a lot of sense. I’m not certain I follow regarding multiple colours in one line – can you post a screenshot? The gutter might even...

Thanks for tracking that down! I’m not a NeoVim user so it could have taken me a while. I’m reopening this because the plugin ought to take care of this...

Yes, it would be great if that worked. The reason it doesn’t is because this plugin doesn’t care about tabs at all, it shows buffers. And you can’t change the...

I saw. I don’t know if I’ll ever get around to writing one. I think I don’t want to write a plugin that maintains a list outside of Vim’s own...

Hey there. Glad you enjoy the plugin. 😊 Your sense of how it would be implemented is not at all incorrect. It would indeed just be an array containing buffer...

That does require less UI than manual moving of buffers. OTOH it requires more configurability… and I’m really unsure what level of flexibility would make this a broadly useful feature....