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 20c556e commit fd83f46Copy full SHA for fd83f46
lua/core/cli.lua
@@ -89,7 +89,7 @@ function cli:boot_strap()
89
helper.green('🔸 Found lazy.nvim skip download')
90
return
91
end
92
- helper.run_git('folke/lazy.nvim ' .. self.lazy_dir, 'clone')
+ helper.run_git('lazy.nvim', 'folke/lazy.nvim ' .. self.lazy_dir, 'Install')
93
helper.install_success('lazy.nvim')
94
95
0 commit comments