initial commit

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-03-21 13:03:54 -05:00
commit f5f99e551d
13 changed files with 332 additions and 0 deletions

6
plugins/treesitter.lua Normal file
View file

@ -0,0 +1,6 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
-- ensure_installed = { "lua" },
},
}