From d394c325431882dd47d602f4f1295dd6ae1960ee Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Tue, 24 Oct 2023 21:47:14 +0200 Subject: [PATCH] fix: remove accidental bootstrap_dependencies call (#8) --- lua/rocks/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/rocks/init.lua b/lua/rocks/init.lua index 453d4df3..27b5cbd1 100644 --- a/lua/rocks/init.lua +++ b/lua/rocks/init.lua @@ -27,7 +27,6 @@ function rocks.setup(opts) config = vim.tbl_deep_extend("force", config, opts or {}) setup.init() - setup.bootstrap_dependencies() end return rocks