require("nvim-treesitter.configs").setup({ ensure_installed = { "bash", "cpp", "css", "fish", "gdscript", "go", "gomod", "html", "json", "julia", "latex", "lua", "python", "rust", "sql", "toml", "yaml", -- "markdown", -- "markdown_inline", }, highlight = { enable = true, additional_vim_regex_highlighting = false, }, rainbow = { enable = true, extended_mode = true, }, })