mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor(cache): documented the cache in preparation to upstream
This commit is contained in:
parent
5550f99271
commit
1a34636094
3 changed files with 52 additions and 18 deletions
|
@ -250,7 +250,6 @@ function Spec:import(spec)
|
|||
return
|
||||
end
|
||||
|
||||
Cache.indexed_unloaded = false
|
||||
self.modules[#self.modules + 1] = spec.import
|
||||
|
||||
local imported = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue