From 35d032c7b106f4c934108cc717ad9d3ef3df5400 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 18 Mar 2025 20:05:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(luarocks):=20enable/disable?= =?UTF-8?q?=20hererocks=20based=20on=20vim.g.use=5Frocks=20setting=20from?= =?UTF-8?q?=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 3de6710..4227a57 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 = {