[wip] rebuild from scratch

This commit is contained in:
Gabe Farrell 2024-04-14 02:27:26 -04:00
parent 5c607d047b
commit 91ba5541a3
35 changed files with 473 additions and 485 deletions

8
lua/plugins/base46.lua Normal file
View file

@ -0,0 +1,8 @@
return {
"NvChad/base46",
branch = "v2.5",
lazy = true,
build = function()
require("base46").load_all_highlights()
end,
}