mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
feat(rocks): simple rockspecs are now fully resolved by lazy without luarocks. See #1548
This commit is contained in:
parent
be74a8a535
commit
6b8bf58ebf
5 changed files with 80 additions and 32 deletions
|
@ -2,7 +2,7 @@ local Config = require("lazy.core.config")
|
|||
local Util = require("lazy.core.util")
|
||||
|
||||
local M = {}
|
||||
M.VERSION = 10
|
||||
M.VERSION = 12
|
||||
M.dirty = false
|
||||
|
||||
---@class LazyPkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue