mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
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:
parent
4d782030c8
commit
69f34d6cb2
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
|
||||
## 📦 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 -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue