mirror of https://github.com/folke/lazy.nvim.git
docs: clarifies install step (#495)
Co-authored-by: Maurice Mertens <m.mertens@simplicity.ag>
This commit is contained in:
parent
2e8f6e6e8f
commit
812ffcf21c
|
@ -53,7 +53,7 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
<!-- bootstrap:end -->
|
<!-- bootstrap:end -->
|
||||||
|
|
||||||
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