require('nvim-treesitter.configs').setup({ highlight = { enable = true, additional_vim_regex_highlighting = false }, ensure_installed = { "bash", "c", "cpp", "css", "dockerfile", "hcl", "html", "javascript", "json", "latex", "lua", "markdown", "nix", "python", "rust", "svelte", "toml", "tsx", "typescript", "vim", "vue", "yaml" } })