Skip to content

Commit 80e54de

Browse files
committed
feat(core.pack): enable luarocks
1 parent 5eef987 commit 80e54de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/pack.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function Lazy:load_lazy()
7373
local lazy_settings = {
7474
root = data_dir .. "lazy", -- directory where plugins will be installed
7575
rocks = {
76-
enabled = false,
76+
enabled = true,
7777
hererocks = false,
7878
},
7979
git = {

0 commit comments

Comments
 (0)