Skip to content

Commit 592c49e

Browse files
committed
feat: add numb.nvim
1 parent e641af8 commit 592c49e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/plugins/numb.lua

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)