update default treesitter

This commit is contained in:
asep komarudin 2023-01-24 08:36:14 +07:00
parent c3169e8a9f
commit 78027686b6

View file

@ -5,21 +5,21 @@ end
configs.setup({ configs.setup({
ensure_installed = { ensure_installed = {
"bash", -- "bash",
"html", -- "html",
"c", -- "c",
"javascript", -- "javascript",
"json", "json",
"lua", "lua",
"python", -- "python",
"typescript", -- "typescript",
"tsx", -- "tsx",
"css", -- "css",
"rust", -- "rust",
"java", -- "java",
"yaml", -- "yaml",
"markdown", -- "markdown",
"markdown_inline", -- "markdown_inline",
}, -- one of "all" or a list of languages }, -- one of "all" or a list of languages
ignore_install = { "phpdoc" }, -- List of parsers to ignore installing ignore_install = { "phpdoc" }, -- List of parsers to ignore installing
highlight = { highlight = {