mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
WHOOPS fix for: also added dev.extra_paths option, and added it to the readme documentation
This commit is contained in:
parent
213ec71150
commit
daa2305151
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ function Spec:add(plugin, results)
|
||||||
then
|
then
|
||||||
for _, path in ipairs(Config.options.dev.extra_paths) do
|
for _, path in ipairs(Config.options.dev.extra_paths) do
|
||||||
if vim.fn.isdirectory(path .. "/" .. plugin.name) == 1 then
|
if vim.fn.isdirectory(path .. "/" .. plugin.name) == 1 then
|
||||||
path = devPath
|
devPath = path
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue