Replies: 1 comment
-
Neovim is heavily integrated-with, and generally works best with, treesitter. Using the treesitter plugin is probably the easiest way to install and set it up for the different langs you need. Currently, most of the syntax highlighting provided by this plugin is done so via treesitter, although there is support for legacy highlight groups as well. So it should still work in theory, but you will very likely get more accurate highlighting using treesitter. Why do you need vim-polyglot? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions