dart-lang/dart-vim-plugin

Config to turn off highlighting

RobertBrunhage opened this issue · 0 comments

I am using Neovim with Treesitter where Treesitter can already provide the highlighting.

I assume this is providing highlighting and then Treesitter is setting the new highlighting which is not optimal. Best case would be to add a config to disable it. That way we can choose to either use the Treesitter highlighting or this plugin (which is needed for indentation etc).

Thanks for providing this awesome plugin!