docs: use https to bootstrap lazy

This commit is contained in:
Folke Lemaitre 2022-12-20 12:34:05 +01:00
parent ae644a604d
commit 5ecc988610
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
"clone",
"--filter=blob:none",
"--single-branch",
"git@github.com:folke/lazy.nvim.git",
"https://github.com/folke/lazy.nvim.git",
lazypath,
})
end

View File

@ -80,7 +80,7 @@ function M.bootstrap()
"clone",
"--filter=blob:none",
"--single-branch",
"git@github.com:folke/lazy.nvim.git",
"https://github.com/folke/lazy.nvim.git",
lazypath,
})
end