Skip to content

Commit 265b070

Browse files
committed
fix: Temporary workaround for lazy-loading issue
1 parent 2e720ce commit 265b070

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

lazy.lua

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
local spec = {
22
url = "https://github.com/andrewferrier/debugprint.nvim",
33
opts = {},
4-
keys = {
5-
{ "g?", mode = "n" },
6-
{ "g?", mode = "x" },
7-
},
8-
cmd = {
9-
"ToggleCommentDebugPrints",
10-
"DeleteDebugPrints",
11-
},
12-
lazy = true,
4+
-- FIXME: Work around temporary issue with lazy-loading
5+
-- keys = {
6+
-- { "g?", mode = "n" },
7+
-- { "g?", mode = "x" },
8+
-- },
9+
-- cmd = {
10+
-- "ToggleCommentDebugPrints",
11+
-- "DeleteDebugPrints",
12+
-- },
13+
-- lazy = true,
1314
-- FIXME: Only introduce this line when we are about to release the next stable version otherwise this will cause a yo-yo effect
1415
-- Use stable versions by default
1516
-- version = '*',

0 commit comments

Comments
 (0)