mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
docs: fixed bootstrap code and make it work for beta testers
This commit is contained in:
parent
060cf23aca
commit
0df47d91d1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue