initial commit

This commit is contained in:
KRLH 2025-08-21 11:18:50 -05:00
commit 8c7f4fbf37
21 changed files with 715 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
},
},
}