diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 3dcacaf..1c73413 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -5,17 +5,18 @@ return { build = ":TSUpdate", opts = { ensure_installed = { - "lua", - "javascript", - "typescript", - "tsx", - "htmldjango", "html", - "jsonc", - "json", + "htmldjango", + "javascript", "jsdoc", + "json", + "jsonc", + "lua", "markdown", "markdown_inline", + "pug", + "tsx", + "typescript", "vim", "vimdoc", },