projekt0n / github-nvim-theme

Github's Neovim themes
MIT License
2.02k stars 104 forks source link

Can i use vim-polyglot instead of treesitter? #310

Open bty102 opened 6 months ago

tmillr commented 4 days ago

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?