Closed zetashift closed 3 years ago
I don't know exactly what you want. Go to the theme.lua, play around with it a little and see what you come up with. Then make a PR? (Read the comments of each option and they'll help you)
I found it out in my experiments it's certain treesitter highlights that need to be specified, I'll try and get a PR running
I updated the theme.lua to fit Vue files more the way I like it, but ended up changing several treesitter tags, so it's quite different: https://github.com/zetashift/gruvbox-flat.nvim
I can make a PR if you want, but it means a somewhat big change if people are really into the current defaults.
So with other colorschemes like https://github.com/elianiva/gruvy.nvim the highlighting for
.vue
files usingnvim-treesitter
is working alright but for gruvbox-flat I'm getting the follow:I'm not sure what to change.
Here is the code