From 812ffcf21c314e2fddc3ac84aca6b22627a49a36 Mon Sep 17 00:00:00 2001 From: Maurice Mertens Date: Mon, 6 Feb 2023 09:24:24 +0100 Subject: [PATCH] docs: clarifies install step (#495) Co-authored-by: Maurice Mertens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c272438..b2fa8a3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ vim.opt.rtp:prepend(lazypath) -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)