mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 03:14:06 +00:00
35 lines
515 B
Lua
35 lines
515 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"help",
|
|
"bash",
|
|
"c",
|
|
"cmake",
|
|
"comment",
|
|
"diff",
|
|
"dockerfile",
|
|
"gitignore",
|
|
"graphql",
|
|
"html",
|
|
"javascript",
|
|
"json",
|
|
"json5",
|
|
"latex",
|
|
"lua",
|
|
"markdown",
|
|
"php",
|
|
"phpdoc",
|
|
"python",
|
|
"scss",
|
|
"terraform",
|
|
"todotxt",
|
|
"toml",
|
|
"typescript",
|
|
"vim",
|
|
"vue",
|
|
"yaml",
|
|
},
|
|
},
|
|
}
|