kurunvim/lua/plugins/treesitter.lua
2024-12-10 19:29:04 -03:00

31 lines
479 B
Lua

---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"vim",
"python",
"comment",
"dockerfile",
"bash",
"css",
"scss",
"gitcommit",
"gitignore",
"gitattributes",
"html",
"htmldjango",
"javascript",
"json",
"markdown",
"mermaid",
"sql",
"toml",
"vim",
"yaml",
"go",
"templ",
},
},
}