chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-29 22:37:17 +00:00
parent c30c89bc09
commit 0063e439a3
1 changed files with 2 additions and 1 deletions

View File

@ -73,11 +73,12 @@ You can add the following Lua code to your `init.lua` to bootstrap
"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)
<