mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-10-08 19:22:14 +00:00
Merge 0d0314d3de
into 59334064f8
This commit is contained in:
commit
35fb3c61d9
3 changed files with 2413 additions and 4 deletions
|
@ -76,7 +76,7 @@ Table of Contents *lazy.nvim-table-of-contents*
|
|||
rocks = {
|
||||
enabled = true,
|
||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
||||
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
||||
server = "https://lumen-oss.github.io/rocks-binaries/",
|
||||
},
|
||||
}
|
||||
<
|
||||
|
@ -669,7 +669,7 @@ will be added to the plugin’s spec.
|
|||
rocks = {
|
||||
enabled = true,
|
||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
||||
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
||||
server = "https://lumen-oss.github.io/rocks-binaries/",
|
||||
-- use hererocks to install luarocks?
|
||||
-- set to `nil` to use hererocks when luarocks is not found
|
||||
-- set to `true` to always use hererocks
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -59,7 +59,7 @@ M.defaults = {
|
|||
rocks = {
|
||||
enabled = true,
|
||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
||||
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
||||
server = "https://lumen-oss.github.io/rocks-binaries/",
|
||||
-- use hererocks to install luarocks?
|
||||
-- set to `nil` to use hererocks when luarocks is not found
|
||||
-- set to `true` to always use hererocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue