We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e354d commit 5adde6cCopy full SHA for 5adde6c
lua/neo-tree/setup/init.lua
@@ -405,6 +405,7 @@ M.merge_config = function(user_config, is_auto_config)
405
406
-- setup the default values for all sources
407
normalize_mappings(default_config)
408
+ normalize_mappings(user_config)
409
merge_renderers(default_config, nil, user_config)
410
for _, source_name in ipairs(sources) do
411
local source_default_config = default_config[source_name]
0 commit comments