Files
2026-03-12 12:35:37 +05:30

20 lines
257 B
Lua

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
},
}