mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
docs: clarifies install step (#495)
Co-authored-by: Maurice Mertens <m.mertens@simplicity.ag>
This commit is contained in:
parent
2e8f6e6e8f
commit
812ffcf21c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue