🐛 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({
|
require('lazy').setup({
|
||||||
spec = plugin_specs,
|
spec = plugin_specs,
|
||||||
rocks = {
|
rocks = {
|
||||||
hererocks = true,
|
hererocks = vim.g.use_luarocks,
|
||||||
},
|
},
|
||||||
---@diagnostic disable-next-line: assign-type-mismatch
|
---@diagnostic disable-next-line: assign-type-mismatch
|
||||||
dev = {
|
dev = {
|
||||||
|
|||||||
Reference in New Issue
Block a user