mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
performance.rtp.custom_config_dir actually should not be normalized
This commit is contained in:
parent
b8cd0f41b0
commit
69bc89ec34
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ function M.setup(opts)
|
|||
end
|
||||
M.options.dev.extra_paths = normalized_extra_dev_paths
|
||||
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.dev.path = Util.norm(M.options.dev.path)
|
||||
M.options.lockfile = Util.norm(M.options.lockfile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue