avoid bootstrapping luarocks when use_luarocks is false

This commit is contained in:
2025-02-11 20:50:06 -05:00
parent bd84aa9b29
commit 4de0ea2a96
+1 -1
View File
@@ -132,7 +132,7 @@ end
-- Perform setup
M.setup = function()
if not vim.g.is_termux then
if vim.g.use_luarocks and not vim.g.is_termux then
M.bootstrap()
M.ensure_luarocks()
M.load_rocks()