performance.rtp.custom_config_dir actually should not be normalized

This commit is contained in:
BirdeeHub 2024-01-06 00:32:28 -08:00
commit 69bc89ec34

View file

@ -226,7 +226,6 @@ function M.setup(opts)
end end
M.options.dev.extra_paths = normalized_extra_dev_paths M.options.dev.extra_paths = normalized_extra_dev_paths
end end
M.options.performance.rtp.custom_config_dir = Util.norm(M.options.performance.rtp.custom_config_dir)
M.options.root = Util.norm(M.options.root) M.options.root = Util.norm(M.options.root)
M.options.dev.path = Util.norm(M.options.dev.path) M.options.dev.path = Util.norm(M.options.dev.path)
M.options.lockfile = Util.norm(M.options.lockfile) M.options.lockfile = Util.norm(M.options.lockfile)