rm un-needed branch specs
also move the config func contents ui/plugin dir 25fbc4b
This commit is contained in:
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…
Reference in New Issue
Block a user