mirror of https://github.com/folke/lazy.nvim.git
docs: fixed bootstrap code and make it work for beta testers
This commit is contained in:
parent
060cf23aca
commit
0df47d91d1
|
@ -57,11 +57,11 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
|||
"clone",
|
||||
"--filter=blob:none",
|
||||
"--single-branch",
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
"git@github.com:folke/lazy.nvim.git",
|
||||
lazypath,
|
||||
})
|
||||
vim.opt.runtimepath:prepend(lazypath)
|
||||
end
|
||||
vim.opt.runtimepath:prepend(lazypath)
|
||||
```
|
||||
|
||||
<!-- bootstrap:end -->
|
||||
|
|
Loading…
Reference in New Issue