mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix(pkg): versioning and reload specs when pkg-cache is dirty
This commit is contained in:
parent
66ea0ac86e
commit
5a311d04f6
5 changed files with 59 additions and 48 deletions
|
@ -46,7 +46,7 @@ function M.get(plugin)
|
|||
return #rocks > 0
|
||||
and {
|
||||
source = "rockspec",
|
||||
file = rockspec_file,
|
||||
file = vim.fn.fnamemodify(rockspec_file, ":t"),
|
||||
spec = {
|
||||
plugin.name,
|
||||
rocks = rocks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue