🐛 Bug(luarocks): enable/disable hererocks based on vim.g.use_rocks setting from options

This commit is contained in:
2025-03-18 20:05:35 -04:00
parent 163239a405
commit 35d032c7b1
+1 -1
View File
@@ -50,7 +50,7 @@ end
require('lazy').setup({
spec = plugin_specs,
rocks = {
hererocks = true,
hererocks = vim.g.use_luarocks,
},
---@diagnostic disable-next-line: assign-type-mismatch
dev = {