From daa2305151a281c4401575e819c04dd4e5147f0b Mon Sep 17 00:00:00 2001 From: BirdeeHub Date: Fri, 5 Jan 2024 23:30:45 -0800 Subject: [PATCH] WHOOPS fix for: also added dev.extra_paths option, and added it to the readme documentation --- lua/lazy/core/plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/core/plugin.lua b/lua/lazy/core/plugin.lua index d6fb633..d19e132 100644 --- a/lua/lazy/core/plugin.lua +++ b/lua/lazy/core/plugin.lua @@ -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