mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
27 lines
372 B
Lua
27 lines
372 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"lua",
|
|
"dart",
|
|
"dockerfile",
|
|
"elm",
|
|
"fish",
|
|
"html",
|
|
"css",
|
|
"javascript",
|
|
"jsonc",
|
|
"make",
|
|
"python",
|
|
"php",
|
|
"rust",
|
|
"sql",
|
|
"svelte",
|
|
"tsx",
|
|
"twig",
|
|
"vue",
|
|
"yaml",
|
|
},
|
|
},
|
|
}
|