Skip to content

Commit

Permalink
fix: remove accidental bootstrap_dependencies call (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Oct 24, 2023
1 parent 98164f8 commit d394c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/rocks/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d394c32

Please sign in to comment.