rm config func from UI plugin spec
cuz the code will be loaded in the plugin/init.lua file of UI repo
This commit is contained in:
parent
46a61073a8
commit
d3d9aa251a
|
@ -16,9 +16,6 @@ local default_plugins = {
|
||||||
"NvChad/ui",
|
"NvChad/ui",
|
||||||
branch = "v2.0",
|
branch = "v2.0",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
config = function()
|
|
||||||
require "nvchad"
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue