folke / styler.nvim

Simple Neovim plugin to set a different colorscheme per filetype.
Apache License 2.0
282 stars 7 forks source link

fix(colorscheme): don't set theme on win with theme already set #13

Closed sheimer closed 3 months ago

sheimer commented 3 months ago

if a plugin - e.g. levouh/tint.nvim - changes a windows hl_ns on WinLeave, styler overwrites these changes.

WinLeave - tint sets new hl_ns WinNew - styler sets hl_ns on all windows containing the buffer of new window overwriting the changes on WinLeave

folke commented 3 months ago

ty!