avoid bootstrapping luarocks when use_luarocks is false
This commit is contained in:
@@ -132,7 +132,7 @@ end
|
|||||||
|
|
||||||
-- Perform setup
|
-- Perform setup
|
||||||
M.setup = function()
|
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.bootstrap()
|
||||||
M.ensure_luarocks()
|
M.ensure_luarocks()
|
||||||
M.load_rocks()
|
M.load_rocks()
|
||||||
|
|||||||
Reference in New Issue
Block a user