mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +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
7
lua/lazy/community/specs.lua
Normal file
7
lua/lazy/community/specs.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
---@type table<string, LazySpec>
|
||||
return {
|
||||
["plenary.nvim"] = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
lazy = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue