2024-09-14 12:38:56 -04:00
|
|
|
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
|
|
|
|
|
|
|
|
|
-- Customize Treesitter
|
|
|
|
|
|
|
|
|
|
---@type LazySpec
|
|
|
|
|
return {
|
|
|
|
|
"nvim-treesitter/nvim-treesitter",
|
|
|
|
|
opts = {
|
|
|
|
|
ensure_installed = {
|
|
|
|
|
"lua",
|
|
|
|
|
"vim",
|
|
|
|
|
-- add more arguments for adding more treesitter parsers
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|