Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bty102 opened this issue Dec 19, 2023 · 1 comment
Open

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

bty102 opened this issue Dec 19, 2023 · 1 comment
Labels
question Further information is requested

Comments

@bty102
Copy link

bty102 commented Dec 19, 2023

No description provided.

@tmillr
Copy link
Member

tmillr commented Jul 1, 2024

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?

@tmillr tmillr added the question Further information is requested label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants