mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix(rocks): only build rockspec when it has deps or an advanced build step
This commit is contained in:
parent
dbffad6f44
commit
9a6c219826
2 changed files with 30 additions and 15 deletions
|
@ -2,7 +2,7 @@ local Config = require("lazy.core.config")
|
|||
local Util = require("lazy.util")
|
||||
|
||||
local M = {}
|
||||
M.VERSION = 8
|
||||
M.VERSION = 10
|
||||
M.dirty = false
|
||||
|
||||
---@class LazyPkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue