mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-08-20 08:01:03 +00:00
Merge 21d076c13a
into 6c3bda4aca
This commit is contained in:
commit
e01324e086
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue