20 lines
257 B
Lua
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
|
|
},
|
|
}
|