Files
dotfiles/nvim/lua/user/plugins/treesitter.lua
T

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",
},
},
}