Skip to content

Commit cffc0fc

Browse files
committed
do not display counter in debugprint
1 parent 9c91c0d commit cffc0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/editor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ return {
8585
-- version = "*", -- Remove if you DON'T want to use the stable version
8686
event = "LazyFile",
8787
-- lazy = false, -- Required to make line highlighting work before debugprint is first used
88-
opts = {},
88+
opts = { display_counter = false },
8989
},
9090
}

0 commit comments

Comments
 (0)