rm outdated nvchad_ui setup call

pull/1709/head
siduck 2 years ago
parent ce9388d13d
commit 40130ce741

@ -39,11 +39,7 @@ local plugins = {
after = "base46",
branch = "dev",
config = function()
local present, nvchad_ui = pcall(require, "nvchad_ui")
if present then
nvchad_ui.setup()
end
pcall(require, "nvchad_ui")
end,
},

Loading…
Cancel
Save