rm un-needed branch specs

also move the config func contents ui/plugin dir  25fbc4b
pull/2948/head
siduck 2 months ago
parent 85b9f56869
commit 086a4a58ac

@ -2,7 +2,6 @@ return {
{ {
"NvChad/base46", "NvChad/base46",
branch = "v2.5",
build = function() build = function()
require("base46").load_all_highlights() require("base46").load_all_highlights()
end, end,
@ -10,14 +9,10 @@ return {
{ {
"NvChad/ui", "NvChad/ui",
branch = "v2.5",
lazy = false, lazy = false,
build = function() build = function()
dofile(vim.fn.stdpath "data" .. "/lazy/ui/lua/nvchad_feedback.lua")() dofile(vim.fn.stdpath "data" .. "/lazy/ui/lua/nvchad_feedback.lua")()
end, end,
config = function()
require "nvchad"
end,
}, },
{ {

Loading…
Cancel
Save