We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641af8 commit 592c49eCopy full SHA for 592c49e
lua/plugins/numb.lua
@@ -0,0 +1,7 @@
1
+---@type LazySpec
2
+---Peek the line number in the cmdline (:10)
3
+return {
4
+ "nacro90/numb.nvim",
5
+ event = "CmdlineEnter",
6
+ opts = {},
7
+}
0 commit comments