Skip to content

Commit

Permalink
fix: bootstrap code now uses git url instead of https for beta tester…
Browse files Browse the repository at this point in the history
…s + fixed rtp path
  • Loading branch information
folke committed Dec 15, 2022
1 parent b8fa6f9 commit 17d1653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazy/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ function M.bootstrap()
"clone",
"--filter=blob:none",
"--single-branch",
"https://github.com/folke/lazy.nvim.git",
"git@github.com:folke/lazy.nvim.git",
lazypath,
})
vim.opt.runtimepath:prepend(lazypath)
end
vim.opt.runtimepath:prepend(lazypath)
end

---@return LazyPlugin[]
Expand Down

0 comments on commit 17d1653

Please sign in to comment.