From 69f34d6cb20ef30701eac3621bcb62855247e701 Mon Sep 17 00:00:00 2001 From: "C.D. MacEachern" Date: Tue, 20 Dec 2022 11:46:30 -0500 Subject: [PATCH] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36d55a8..2a84e94 100644 --- a/README.md +++ b/README.md @@ -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: