From 166af88b55f3adbe98a70836fe6f90cce168cac7 Mon Sep 17 00:00:00 2001 From: Tristan Knight Date: Fri, 24 May 2024 21:50:06 +0100 Subject: [PATCH] docs: README Updates (#39) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a1034..c645efd 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ Installation with any package manager, Lazy example below: return { "tris203/precognition.nvim", + --event = "VeryLazy", config = { -- startVisible = true, -- showBlankVirtLine = true, - -- highlightColor = { link = "Comment"), + -- highlightColor = { link = "Comment" }, -- hints = { -- Caret = { text = "^", prio = 2 }, -- Dollar = { text = "$", prio = 1 },