feat: add query parser to treesitter config

This commit is contained in:
Ihsan Tonuzi 2024-06-08 01:59:01 -04:00 committed by iton0
parent 5aeddfdd5d
commit aca8cb4d8f
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'query' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {