first commit

This commit is contained in:
2026-03-12 12:35:37 +05:30
commit 5441420e71
72 changed files with 8407 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
return {
{
{
"nvchad/ui",
config = function()
require("nvchad")
end,
},
{
"nvchad/base46",
build = function()
require("base46").load_all_highlights()
end,
},
"nvchad/volt", -- optional, needed for theme switcher
},
}