This commit is contained in:
Arjun Mahishi 2025-11-05 10:08:07 +01:00 committed by GitHub
commit 842f8156bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,7 +241,7 @@ function M.update_state()
or plugin.cmd or plugin.cmd
plugin.lazy = lazy and true or false plugin.lazy = lazy and true or false
end end
if plugin.virtual then if plugin.virtual or (plugin.dev and plugin.dir ~= "") then
plugin._.is_local = true plugin._.is_local = true
plugin._.installed = true -- local plugins are managed by the user plugin._.installed = true -- local plugins are managed by the user
elseif plugin.dir:find(Config.options.root .. "/", 1, true) == 1 then elseif plugin.dir:find(Config.options.root .. "/", 1, true) == 1 then