This commit is contained in:
Lucas F. 2024-12-10 19:29:04 -03:00
commit 8cc59af68e
37 changed files with 72435 additions and 0 deletions

View file

@ -0,0 +1,31 @@
---@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",
},
},
}