Skip to content

Commit d31484f

Browse files
committed
Merge branch 'main' of https://github.com/glepnir/fernvim
2 parents 576fc19 + 140212e commit d31484f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/core/cli.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ function cli:boot_strap()
8989
helper.green('🔸 Found lazy.nvim skip download')
9090
return
9191
end
92-
helper.run_git('lazy.nvim', 'folke/lazy.nvim ' .. self.lazy_dir, 'Install')
93-
helper.install_success('lazy.nvim')
92+
helper.run_git('lazy.nvim', 'git clone https://github.com/folke/lazy.nvim ' .. self.lazy_dir, 'Install')
93+
helper.success('lazy.nvim')
9494
end
9595

9696
function cli:installer(type)

0 commit comments

Comments
 (0)