mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
made local normalized_extra_dev_paths a table before adding to it
This commit is contained in:
parent
b5708283ad
commit
c137516600
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ function M.setup(opts)
|
|||
for k, path in ipairs(M.options.dev.extra_paths) do
|
||||
table.insert(normalized_extra_dev_paths, k, Util.norm(path))
|
||||
end
|
||||
else
|
||||
normalized_extra_dev_paths = M.options.dev.extra_paths
|
||||
end
|
||||
M.options.dev.extra_paths = normalized_extra_dev_paths
|
||||
M.options.performance.rtp.custom_config_dir = Util.norm(M.options.performance.rtp.custom_config_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue