update treesitter config
This commit is contained in:
@@ -10,22 +10,35 @@ treesitter.setup({
|
|||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
autotag = { enable = true },
|
autotag = { enable = true },
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"json",
|
"bash",
|
||||||
"javascript",
|
"cmake",
|
||||||
"typescript",
|
"cpp",
|
||||||
"yaml",
|
|
||||||
"html",
|
|
||||||
"css",
|
"css",
|
||||||
|
"diff",
|
||||||
|
"dockerfile",
|
||||||
|
"git_config",
|
||||||
|
"git_rebase",
|
||||||
|
"gitcommit",
|
||||||
|
"gitignore",
|
||||||
|
"graphql",
|
||||||
|
"html",
|
||||||
|
"javascript",
|
||||||
|
"json",
|
||||||
|
"lua",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"graphql",
|
"nginx",
|
||||||
"bash",
|
"perl",
|
||||||
"lua",
|
"php",
|
||||||
"vim",
|
|
||||||
"dockerfile",
|
|
||||||
"gitignore",
|
|
||||||
"gitcommit",
|
|
||||||
"python",
|
"python",
|
||||||
|
"regex",
|
||||||
|
"sql",
|
||||||
|
"ssh_config",
|
||||||
|
"todotxt",
|
||||||
|
"typescript",
|
||||||
|
"vim",
|
||||||
|
"xml",
|
||||||
|
"yaml",
|
||||||
},
|
},
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user