From 3bb9636e884f85eebc72a89a6ef27275bf8c244e Mon Sep 17 00:00:00 2001 From: Oliver Caldwell Date: Fri, 9 Aug 2024 14:53:12 +0100 Subject: [PATCH] Make the verbose logging flag more obvious, fixes #591 --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 07f1ffa7..1bba0983 100644 --- a/README.adoc +++ b/README.adoc @@ -102,7 +102,9 @@ return { lazy = true, init = function() -- Set configuration options here - vim.g["conjure#debug"] = true + -- Uncomment this to get verbose logging to help diagnose internal Conjure issues + -- This is VERY helpful when reporting an issue with the project + -- vim.g["conjure#debug"] = true end, -- Optional cmp-conjure integration