NTBBloodbath / galaxyline.nvim

neovim statusline plugin written in lua
MIT License
163 stars 16 forks source link

feat: Allow highlight groups to be updated. #17

Closed sindrets closed 2 years ago

sindrets commented 2 years ago

Thank you for taking up the maintenance of this plugin.

This is a modification I've been using in my own fork for a while. It's a simple change that allows the highlight groups to be redefined upon calling require('galaxyline').load_galaxyline(). This allows me to automatically, properly update the highlights on the ColorScheme event.