From 9e6087fcd27dd5d2fc71b9d9471a101666c39f73 Mon Sep 17 00:00:00 2001 From: Alex Ford Date: Thu, 13 Jun 2024 09:04:59 -0600 Subject: [PATCH] docs: lazy opts in README (#65) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa74ac..8f4821f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Installation with any package manager, Lazy example below: return { "tris203/precognition.nvim", --event = "VeryLazy", - config = { + opts = { -- startVisible = true, -- showBlankVirtLine = true, -- highlightColor = { link = "Comment" },