fix: add required parsers from nvim-treesitter

This commit is contained in:
TJ DeVries 2024-07-17 21:37:31 -04:00 committed by Renken
parent dbd752e449
commit ca47fe30f3
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

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