Skip to content

Commit

Permalink
docs: use https to bootstrap lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 20, 2022
1 parent ae644a6 commit 5ecc988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lua/lazy/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ecc988

Please sign in to comment.