set base46 as opt plugin

since we are now just using this plugin for compiling nvchad themes, we dont need this at startup
pull/1709/head
siduck 2 years ago
parent c55dea9593
commit d1e6b664e1

@ -22,9 +22,9 @@ local options = {
update_cwd = false, update_cwd = false,
}, },
view = { view = {
adaptive_size = true, adaptive_size = false,
side = "left", side = "left",
width = 25, width = 30,
hide_root_folder = true, hide_root_folder = true,
}, },
git = { git = {

@ -27,16 +27,11 @@ local plugins = {
["NvChad/extensions"] = { module = { "telescope", "nvchad" } }, ["NvChad/extensions"] = { module = { "telescope", "nvchad" } },
["NvChad/base46"] = { ["NvChad/base46"] = {
module = "base46",
branch = "dev", branch = "dev",
config = function()
pcall(function()
loadfile(vim.g.base46_cache .. "defaults")()
end)
end,
}, },
["NvChad/ui"] = { ["NvChad/ui"] = {
after = "base46",
branch = "dev", branch = "dev",
config = function() config = function()
pcall(require, "nvchad_ui") pcall(require, "nvchad_ui")

Loading…
Cancel
Save