docs: clarifies install step (#495)

Co-authored-by: Maurice Mertens <m.mertens@simplicity.ag>
This commit is contained in:
Maurice Mertens 2023-02-06 09:24:24 +01:00 committed by GitHub
parent 2e8f6e6e8f
commit 812ffcf21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ vim.opt.rtp:prepend(lazypath)
<!-- 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
require("lazy").setup(plugins, opts)