WHOOPS fix for: also added dev.extra_paths option, and added it to the readme documentation

This commit is contained in:
BirdeeHub 2024-01-05 23:30:45 -08:00
commit daa2305151

View file

@ -118,7 +118,7 @@ function Spec:add(plugin, results)
then
for _, path in ipairs(Config.options.dev.extra_paths) do
if vim.fn.isdirectory(path .. "/" .. plugin.name) == 1 then
path = devPath
devPath = path
break
end
end