cleanup!
This commit is contained in:
parent
fd668e559e
commit
c8a27d701c
6 changed files with 10 additions and 74 deletions
|
|
@ -154,7 +154,7 @@ M.load_config = function(reload)
|
|||
}
|
||||
|
||||
local default_config = "core.default_config"
|
||||
local config_name = vim.g.nvchad_user_config or "chadrc"
|
||||
local config_name = "chadrc"
|
||||
local config_file = vim.fn.stdpath "config" .. "/lua/custom/" .. config_name .. ".lua"
|
||||
|
||||
-- unload the modules if force reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue