Skip to content

Commit 9465620

Browse files
committed
fix: disable luarocks
1 parent 80f841a commit 9465620

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/config/lazy.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ require("lazy").setup({
102102
url_format = "https://github.com/%s.git",
103103
filter = true,
104104
},
105+
rocks = {
106+
enabled = false,
107+
},
105108
spec = {
106109
{ import = "plugins" }, -- Import /lua/plugins
107110
},

0 commit comments

Comments
 (0)