docs: bootstrap code clarification

Some might think that the code is supposed to go in a `lazy.nvim` file, so I added an example for what the bootstrap code should go in.
This commit is contained in:
C.D. MacEachern 2022-12-20 11:46:30 -05:00 committed by GitHub
commit 69f34d6cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@
## 📦 Installation ## 📦 Installation
You can use the following Lua code to bootstrap **lazy.nvim** You can use the following Lua code to bootstrap **lazy.nvim**.
For example, in `$HOME/.config/nvim/lua/lazy/init.lua` add:
<!-- bootstrap:start --> <!-- bootstrap:start -->