We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e720ce commit 265b070Copy full SHA for 265b070
lazy.lua
@@ -1,15 +1,16 @@
1
local spec = {
2
url = "https://github.com/andrewferrier/debugprint.nvim",
3
opts = {},
4
- keys = {
5
- { "g?", mode = "n" },
6
- { "g?", mode = "x" },
7
- },
8
- cmd = {
9
- "ToggleCommentDebugPrints",
10
- "DeleteDebugPrints",
11
12
- lazy = true,
+ -- FIXME: Work around temporary issue with lazy-loading
+ -- keys = {
+ -- { "g?", mode = "n" },
+ -- { "g?", mode = "x" },
+ -- },
+ -- cmd = {
+ -- "ToggleCommentDebugPrints",
+ -- "DeleteDebugPrints",
13
+ -- lazy = true,
14
-- FIXME: Only introduce this line when we are about to release the next stable version otherwise this will cause a yo-yo effect
15
-- Use stable versions by default
16
-- version = '*',
0 commit comments