docs: fixed bootstrap code and make it work for beta testers

This commit is contained in:
Folke Lemaitre 2022-12-16 15:09:50 +01:00
parent 060cf23aca
commit 0df47d91d1
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->