mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 09:21:08 +00:00
Merge 21d076c13a into e6a8824858
This commit is contained in:
commit
842f8156bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue