rktjmp / lush.nvim

Create Neovim themes with real-time feedback, export anywhere.
MIT License
1.47k stars 48 forks source link

Trigger `ColorScheme` autocmd during `:Lushify` #115

Closed musjj closed 1 year ago

musjj commented 1 year ago

Some plugins relies on the ColorScheme autocmd to do some special things with the highlights. Without triggering this autocmd, :Lushify might not give an accurate representation of how the theme will actually look like when you call it with :colorscheme.

rktjmp commented 1 year ago

Sounds reasonable. Might have some performance knock-ons but makes enough sense to run it by default until that appears - if ever.

Thanks!