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.
31 lines
479 B
31 lines
479 B
---@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",
|
|
},
|
|
},
|
|
}
|
|
|