mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
812ffcf21c
commit
326556008a
|
@ -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
|
>lua
|
||||||
require("lazy").setup(plugins, opts)
|
require("lazy").setup(plugins, opts)
|
||||||
|
|
Loading…
Reference in New Issue