mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
c30c89bc09
commit
0063e439a3
|
@ -73,11 +73,12 @@ You can add the following Lua code to your `init.lua` to bootstrap
|
||||||
"clone",
|
"clone",
|
||||||
"--filter=blob:none",
|
"--filter=blob:none",
|
||||||
"--single-branch",
|
"--single-branch",
|
||||||
|
"--branch=stable", -- remove this if you want to bootstrap to HEAD
|
||||||
"https://github.com/folke/lazy.nvim.git",
|
"https://github.com/folke/lazy.nvim.git",
|
||||||
lazypath,
|
lazypath,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
vim.opt.runtimepath:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue