2026-04-04 15:48:59 +00:00
|
|
|
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
2025-03-29 09:15:27 +00:00
|
|
|
|
|
|
|
|
-- Customize Treesitter
|
|
|
|
|
|
|
|
|
|
---@type LazySpec
|
|
|
|
|
return {
|
|
|
|
|
"nvim-treesitter/nvim-treesitter",
|
|
|
|
|
opts = {
|
|
|
|
|
ensure_installed = {
|
2026-04-04 15:48:59 +00:00
|
|
|
"vue",
|
|
|
|
|
"html",
|
|
|
|
|
"css",
|
|
|
|
|
"javascript",
|
|
|
|
|
"typescript",
|
|
|
|
|
"tsx",
|
2025-03-29 09:15:27 +00:00
|
|
|
-- add more arguments for adding more treesitter parsers
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|