Open NTBBloodbath opened 3 years ago
Maybe we could and should refact how components are being declared. But why?
I think that is more comfy to declare the statusline components doing something like this
{ { id = "ViMode", provider = "foo", }, }
Instead of doing this way (current one)
{ { ViMode = { provider = "foo", }, }, }
See full context about this petition here, and special thanks to Iron-E for this amazing idea.
Maybe we could and should refact how components are being declared. But why?
I think that is more comfy to declare the statusline components doing something like this
Instead of doing this way (current one)