require('nvim-treesitter.configs').setup({ branch = "main", ensure_installed = { "bash", "css", "graphql", "html", "javascript", "jsdoc", "json", "lua", "markdown", "markdown_inline", "python", "query", "regex", "scss", "svelte", "tmux", "tsx", "typescript", "vim", "vimdoc", "yaml", }, sync_install = false, highlight = { enable = true, }, indent = { enable = true, }, })