chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-02-06 08:25:32 +00:00
parent 812ffcf21c
commit 326556008a
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ You can add the following Lua code to your `init.lua` to bootstrap
<
Next step is to add **lazy.nvim** to the top of your `init.lua`
Next step is to add **lazy.nvim** below the code added in the last step in
`init.lua`
>lua
require("lazy").setup(plugins, opts)