mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Clone only the last commit when installing lazy.nvim
Update `README.md` to add `--depth=1` when cloning `lazy.nvim` repo.
This commit is contained in:
parent
96584866b9
commit
43d3a1f002
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
vim.fn.system({
|
||||
"git",
|
||||
"clone",
|
||||
"--depth=1",
|
||||
"--filter=blob:none",
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
"--branch=stable", -- latest stable release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue