You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
479 B

1 month ago
---@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",
},
},
}