nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
18.9k stars 21.68k forks source link

feat: add query parser to treesitter config #999

Closed iton0 closed 2 months ago

iton0 commented 3 months ago

Based on the nvim-treesitter README.md which states query as one of the five parsers that should always be installed.

VlaDexa commented 3 months ago

I think it means that nvim treesitter will always keep parsers from that list installed. I have opened a discussion in nvim-treesitter repo for someone to clarify the meaning.

tjdevries commented 2 months ago

I just added the ones from nvim-treesitter, thanks for the PR though, would not have noticed otherwise