mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
Problem: `get()` doesn't return `spec.version` about not-yet-active plugins (because there was no way to know that without `add()`). Solution: Use lockfile data to set `spec.version` of non-active plugins.