savq / melange-nvim

🗡️ Warm color scheme for Neovim and beyond
MIT License
719 stars 55 forks source link

Update highlight groups for indent-blankline #69

Closed shibotto closed 1 year ago

shibotto commented 1 year ago

Checklist for Plugins

https://github.com/lukas-reineke/indent-blankline.nvim/blob/0ac5dfe835ec0f201ef6af17d4737d43b4bfce0d/doc/indent_blankline.txt#L833


New highlight groups for indent-blankline v3.

savq commented 1 year ago

Are the current IndentBlankline* highlight groups deprecated? I don't see them listed in the current docs. Should they be removed?

shibotto commented 1 year ago

Yes, they are deprecated. I left them there just to be safe (melange supports nvim>=0.8, indent-blankline "the latest stable version", dunno). I'm passing the buck, sorry 😅

savq commented 1 year ago

Alright, I guess they can be removed later.