Zee
Zee
My CC2 emulator, NotCC, fetches levelsets from Gliderbot's repository and displays metadata stored in this format if it's set. There's also a pull request for a level editor to add...
I'm pretty sure this is fixed by the latest update, can you check?
@pprg1996 Can you share your indent-blankline and rainbowline configurations, and possibly make a minimal config which reproduces this? (preferably based on [IBL's](https://github.com/lukas-reineke/indent-blankline.nvim/wiki/Minimal-reproduction-template) template?)
Rainbowline only works for indent-blankline version 3 (you already saw with `ibl.hooks` failing to resolve, it only exists in v3), so you definitely shouldn't specify a v2 `version` for blankline....
@maciejkrol18 Could you make a separate issue with a minimal reproduction configuration, based on [the one recommended in the blankline repo](https://github.com/lukas-reineke/indent-blankline.nvim/wiki/Minimal-reproduction-template)? I've copied your configuration verbatim into an otherwise-empty lazy.nvim...
Hey! I believe this is similar to the issue described in #2, and I've just pushed some commits which should hopefully fix this. Let me know if it works!
Could you make a minimal reproducible example based on [indent-blankline's template](https://github.com/lukas-reineke/indent-blankline.nvim/wiki/Minimal-reproduction-template)?