set base46 as opt plugin
since we are now just using this plugin for compiling nvchad themes, we dont need this at startup
This commit is contained in:
@@ -27,16 +27,11 @@ local plugins = {
|
||||
["NvChad/extensions"] = { module = { "telescope", "nvchad" } },
|
||||
|
||||
["NvChad/base46"] = {
|
||||
module = "base46",
|
||||
branch = "dev",
|
||||
config = function()
|
||||
pcall(function()
|
||||
loadfile(vim.g.base46_cache .. "defaults")()
|
||||
end)
|
||||
end,
|
||||
},
|
||||
|
||||
["NvChad/ui"] = {
|
||||
after = "base46",
|
||||
branch = "dev",
|
||||
config = function()
|
||||
pcall(require, "nvchad_ui")
|
||||
|
||||
Reference in New Issue
Block a user