chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-20 11:35:11 +00:00
parent 1754056475
commit b8a005510c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ You can use the following Lua code to bootstrap **lazy.nvim**
"clone",
"--filter=blob:none",
"--single-branch",
"git@github.com:folke/lazy.nvim.git",
"https://github.com/folke/lazy.nvim.git",
lazypath,
})
end