don't force SSH on github URLs

This commit is contained in:
Christian Nieves
2024-01-04 22:31:50 +00:00
parent 4eaaf0658e
commit a8e22c563e
3 changed files with 11 additions and 13 deletions

View File

@ -5,7 +5,6 @@ if not vim.loop.fs_stat(lazypath) then
"clone",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
"--branch=stable", -- latest stable release
lazypath,
})
end