fixed issue with Lazy by removing .git from package name
This commit is contained in:
@@ -4,7 +4,7 @@ if not vim.loop.fs_stat(lazypath) then
|
||||
"git",
|
||||
"clone",
|
||||
"--filter=blob:none",
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
"https://github.com/folke/lazy.nvim",
|
||||
"--branch=stable", -- latest stable release
|
||||
lazypath,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user