Recently, treesitter changed the highlight groups from something like TSFunction into @function, so I tried customizing it using the vim.g.gruvbox_theme variable, but it throws an error saying that Theme @... does not exist.
I'm not sure if I did something wrong but I don't think it should give that error.
Recently, treesitter changed the highlight groups from something like
TSFunction
into@function
, so I tried customizing it using thevim.g.gruvbox_theme
variable, but it throws an error saying thatTheme @... does not exist
. I'm not sure if I did something wrong but I don't think it should give that error.this is my current gruvbox-flat config file: