This commit is contained in:
pika 2025-03-28 13:03:36 +01:00
commit ca57342a54
14 changed files with 965 additions and 0 deletions

View file

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