first commit
This commit is contained in:
19
nvim/lua/kickstart/plugins/nv.lua
Normal file
19
nvim/lua/kickstart/plugins/nv.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user