b0o / incline.nvim

🎈 Floating statuslines for Neovim, winbar alternative
MIT License
759 stars 14 forks source link

Calling `setup()` again resets highlight groups #14

Closed romgrk closed 2 years ago

romgrk commented 2 years ago

It might be nice to define InclineNormal and InclineNormalNC with default to avoid overwriting user groups.

b0o commented 2 years ago

Thanks for reporting! Please let me know if the latest commits fix this for you.

romgrk commented 2 years ago

Yep, thanks