This commit is contained in:
Arjun Mahishi 2025-08-01 06:18:20 +00:00 committed by GitHub
commit e01324e086
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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