We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae644a6 commit 5ecc988Copy full SHA for 5ecc988
README.md
@@ -44,7 +44,7 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
44
"clone",
45
"--filter=blob:none",
46
"--single-branch",
47
- "git@github.com:folke/lazy.nvim.git",
+ "https://github.com/folke/lazy.nvim.git",
48
lazypath,
49
})
50
end
lua/lazy/init.lua
@@ -80,7 +80,7 @@ function M.bootstrap()
80
81
82
83
84
85
86
0 commit comments