-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
Description
nvim-treesitter highlighting seems to overwrite the colors provided by this plugin. I didn't get any highlighting after installing but got it to work after running :TSDisable highlight
.
Reproduce:
- Install neovim >=0.8.0
- Install treesitter
- run
:TSInstall css
,:TSEnable highlight
Workaround options:
- Locally run
:TSDisable highlight
- Add
highlight = { enable = true, disable = { "css" } }
toinit.lua
Metadata
Metadata
Assignees
Labels
No labels