* performance: avoid reloading config (#2360) * performance: avoid reloading config * Rm outdated info in readme --------- Co-authored-by: Sidhanth Rathod <siduck@tutanota.com> * update nvchad load_config result path * update branch names --------- Co-authored-by: georgejean <jeangeorge385@yahoo.fr>
This commit is contained in:
co-authored by
georgejean
parent
ed18649e94
commit
5748536742
@@ -6,7 +6,7 @@ local default_plugins = {
|
||||
|
||||
{
|
||||
"NvChad/base46",
|
||||
branch = "v3.0",
|
||||
branch = "test",
|
||||
build = function()
|
||||
require("base46").load_all_highlights()
|
||||
end,
|
||||
@@ -14,7 +14,7 @@ local default_plugins = {
|
||||
|
||||
{
|
||||
"NvChad/ui",
|
||||
branch = "v3.0",
|
||||
branch = "test",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require "nvchad"
|
||||
@@ -258,7 +258,7 @@ local default_plugins = {
|
||||
},
|
||||
}
|
||||
|
||||
local config = require("core.utils").load_config()
|
||||
local config = require "nvconfig"
|
||||
|
||||
if #config.plugins > 0 then
|
||||
table.insert(default_plugins, { import = config.plugins })
|
||||
|
||||
Reference in New Issue
Block a user