Skip to content

Commit

Permalink
Make the verbose logging flag more obvious, fixes #591
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Aug 9, 2024
1 parent 3570a15 commit 3bb9636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb9636

Please sign in to comment.