Skip to content

incompatible with nvim-treesitter #184

@iHnR

Description

@iHnR

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:

  1. Install neovim >=0.8.0
  2. Install treesitter
  3. run :TSInstall css, :TSEnable highlight

Workaround options:

  • Locally run :TSDisable highlight
  • Add highlight = { enable = true, disable = { "css" } } to init.lua

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions