We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd83f46 commit 140212eCopy full SHA for 140212e
lua/core/cli.lua
@@ -89,8 +89,8 @@ function cli:boot_strap()
89
helper.green('🔸 Found lazy.nvim skip download')
90
return
91
end
92
- helper.run_git('lazy.nvim', 'folke/lazy.nvim ' .. self.lazy_dir, 'Install')
93
- helper.install_success('lazy.nvim')
+ helper.run_git('lazy.nvim', 'git clone https://github.com/folke/lazy.nvim ' .. self.lazy_dir, 'Install')
+ helper.success('lazy.nvim')
94
95
96
function cli:installer(type)
0 commit comments