Skip to content

Commit 2df5137

Browse files
committed
fix: add required parsers from nvim-treesitter
1 parent 3e55ff1 commit 2df5137

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
@@ -834,7 +834,7 @@ require('lazy').setup({
834834
'nvim-treesitter/nvim-treesitter',
835835
build = ':TSUpdate',
836836
opts = {
837-
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
837+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
838838
-- Autoinstall languages that are not installed
839839
auto_install = true,
840840
highlight = {

0 commit comments

Comments
 (0)