put all core stuff in core.init only
This commit is contained in:
@@ -8,7 +8,7 @@ M.load_config = function()
|
||||
if chadrc_path then
|
||||
local chadrc = dofile(chadrc_path)
|
||||
|
||||
config.mappings = M.remove_disabled_keys(chadrc.mappings, config.mappings)
|
||||
config.mappings = M.remove_disabled_keys(chadrc.mappings, require "core.mappings")
|
||||
config = merge_tb("force", config, chadrc)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user