mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
docs: bootstrap code will now bootstrap with latest stable lazy release. Fixes #236
This commit is contained in:
parent
5a78451c30
commit
c30c89bc09
1 changed files with 2 additions and 1 deletions
|
@ -44,11 +44,12 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
"clone",
|
||||
"--filter=blob:none",
|
||||
"--single-branch",
|
||||
"--branch=stable", -- remove this if you want to bootstrap to HEAD
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
lazypath,
|
||||
})
|
||||
end
|
||||
vim.opt.runtimepath:prepend(lazypath)
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
```
|
||||
|
||||
<!-- bootstrap:end -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue