return { -- basic tree sitter parser support "nvim-treesitter/nvim-treesitter", opts = { indent = { enable = true }, highlight = { enable = true }, folds = { enable = true }, ensure_installed = { "bash", "c", "diff", "html", "javascript", "jsdoc", "json", "lua", "luadoc", "luap", "markdown", "markdown_inline", "printf", "python", "query", "regex", "toml", "tsx", "typescript", "vim", "vimdoc", "xml", "yaml", }, } }