mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
docs: news
This commit is contained in:
parent
66bbe07377
commit
69b815a3bd
1 changed files with 2 additions and 1 deletions
|
@ -29,11 +29,12 @@ sidebar_position: 10
|
||||||
-- the first package source that is found for a plugin will be used.
|
-- the first package source that is found for a plugin will be used.
|
||||||
sources = {
|
sources = {
|
||||||
"lazy",
|
"lazy",
|
||||||
"rockspec",
|
"rockspec", -- will only be used when rocks.enabled is true
|
||||||
"packspec",
|
"packspec",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
rocks = {
|
rocks = {
|
||||||
|
enabled = true,
|
||||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
||||||
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue