Skip to content

Commit 17d1653

Browse files
committed
fix: bootstrap code now uses git url instead of https for beta testers + fixed rtp path
1 parent b8fa6f9 commit 17d1653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/lazy/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ function M.bootstrap()
7575
"clone",
7676
"--filter=blob:none",
7777
"--single-branch",
78-
"https://github.com/folke/lazy.nvim.git",
78+
"git@github.com:folke/lazy.nvim.git",
7979
lazypath,
8080
})
81-
vim.opt.runtimepath:prepend(lazypath)
8281
end
82+
vim.opt.runtimepath:prepend(lazypath)
8383
end
8484

8585
---@return LazyPlugin[]

0 commit comments

Comments
 (0)