You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvim 0.8 gives some basic highlight groups like @function which made the TS* highlight groups obsolete and got removed recently - which breaks a bunch of existing themes that use those groups, including this one.
nvim 0.8 gives some basic highlight groups like
@function
which made theTS*
highlight groups obsolete and got removed recently - which breaks a bunch of existing themes that use those groups, including this one.There's a workaround to make broken themes work for the time being: nvim-treesitter/nvim-treesitter@42ab95d#commitcomment-87014462
Also lush.nvim also introduced a way to define these groups: rktjmp/lush.nvim#109
I will look into fixing it this evening, hopefully.
The text was updated successfully, but these errors were encountered: