mawkler / modicator.nvim

Cursor line number mode indicator plugin for Neovim
MIT License
298 stars 6 forks source link

[Fix] Fixed colorscheme autocmd disregarding lualine colors #21

Closed alexmozaidze closed 10 months ago

alexmozaidze commented 10 months ago

Fixes an issue where if the colorscheme is changed after the initialization, it uses fallback colors without ever considering lualine colors.

Changes:

EDIT: I just noticed that the color state doesn't update right away, so I added a VimEnter autocmd to fix that.

alexmozaidze commented 10 months ago

Closing. I'll make a bigger PR that refactors the code and includes everything from here.