lazy.nvim/lua/lazy/core
abeldekat f95c7a8be1 discard_deps: Repair active plugins
Plugins that are unused currently can still contribute to
active plugins by the specs added to their "dependencies" field.

This commit adds functionality to the "parse" method,
repairing only the active plugins that could be affected by the
aforementioned specs.

This can be achieved by maintaining an extra administration table
containing a copy of each added plugin instance.
2023-07-31 20:24:59 +02:00
..
handler fix(event): pass data to event lazy loaders. Fixes #922 2023-07-09 09:44:08 +02:00
cache.lua fix(loader): keep using the internal lua cache till 0.9.1 2023-04-19 12:59:39 +02:00
config.lua chore(main): release 10.3.0 (#948) 2023-07-22 10:23:12 +02:00
loader.lua fix(loader): getscriptinfo compat with stable. Fixes #944 2023-07-22 08:24:26 +02:00
plugin.lua discard_deps: Repair active plugins 2023-07-31 20:24:59 +02:00
util.lua refactor(cache): refactor for upstreaming to vim.loader 2023-03-15 15:10:56 +01:00