We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
luarocks
1 parent 69e40ab commit 98ae6d0Copy full SHA for 98ae6d0
lua/core/pack.lua
@@ -72,6 +72,10 @@ function Lazy:load_lazy()
72
local clone_prefix = use_ssh and "[email protected]:%s.git" or "https://github.com/%s.git"
73
local lazy_settings = {
74
root = data_dir .. "lazy", -- directory where plugins will be installed
75
+ rocks = {
76
+ enabled = false,
77
+ hererocks = false,
78
+ },
79
git = {
80
-- log = { "-10" }, -- show the last 10 commits
81
timeout = 300,
0 commit comments