We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c91c0d commit cffc0fcCopy full SHA for cffc0fc
1 file changed
lua/plugins/editor.lua
@@ -85,6 +85,6 @@ return {
85
-- version = "*", -- Remove if you DON'T want to use the stable version
86
event = "LazyFile",
87
-- lazy = false, -- Required to make line highlighting work before debugprint is first used
88
- opts = {},
+ opts = { display_counter = false },
89
},
90
}
0 commit comments