require("nvim-treesitter.config").setup { ensure_installed = "all", sync_install = true, auto_install = true, highlight = { enable = true, additional_vim_regex_highlighting = false }, indent = { enable = true, disable = {} }, autotag = { enable = true }, }