🐛 Bug(luarocks): enable/disable hererocks based on vim.g.use_rocks setting from options
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user