Skip to content

Commit c83dcbe

Browse files
tjdevriesbenwis
authored andcommitted
fix: add required parsers from nvim-treesitter
1 parent 2dfde37 commit c83dcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ require('lazy').setup({
913913
'nvim-treesitter/nvim-treesitter',
914914
build = ':TSUpdate',
915915
opts = {
916-
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
916+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
917917
-- Autoinstall languages that are not installed
918918
auto_install = true,
919919
highlight = {

0 commit comments

Comments
 (0)