dart-lang / dart-vim-plugin

Syntax highlighting for Dart in Vim
BSD 3-Clause "New" or "Revised" License
640 stars 55 forks source link

Config to turn off highlighting #140

Open RobertBrunhage opened 1 year ago

RobertBrunhage commented 1 year ago

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!