We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05240b4 commit 2e04a0cCopy full SHA for 2e04a0c
lua/lazy/manage/checker.lua
@@ -35,7 +35,7 @@ end
35
function M.fast_check(opts)
36
opts = opts or {}
37
for _, plugin in pairs(Config.plugins) do
38
- if not plugin.pin and plugin._.installed then
+ if not plugin.pin and not plugin.dev and plugin._.installed then
39
plugin._.updates = nil
40
local info = Git.info(plugin.dir)
41
local ok, target = pcall(Git.get_target, plugin)
0 commit comments