From a1d772b2839a556b0b8cf9fbe68de3837154eb68 Mon Sep 17 00:00:00 2001 From: Maurice Mertens Date: Sun, 5 Feb 2023 16:45:30 +0100 Subject: [PATCH] docs: clarifies install step --- 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)