Skip to content

Commit 98ae6d0

Browse files
committed
perf(lazy.nvim): disable luarocks to clear warnings.
1 parent 69e40ab commit 98ae6d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lua/core/pack.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ function Lazy:load_lazy()
7272
local clone_prefix = use_ssh and "[email protected]:%s.git" or "https://github.com/%s.git"
7373
local lazy_settings = {
7474
root = data_dir .. "lazy", -- directory where plugins will be installed
75+
rocks = {
76+
enabled = false,
77+
hererocks = false,
78+
},
7579
git = {
7680
-- log = { "-10" }, -- show the last 10 commits
7781
timeout = 300,

0 commit comments

Comments
 (0)