mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
fix(rocks): only build rockspec when it has deps or an advanced build step
This commit is contained in:
parent
71dec6eff4
commit
624b881570
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