Skip to content

Commit c14ac8d

Browse files
committed
fix: Add missing function to display_counter
1 parent 8050391 commit c14ac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/types.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
---@class DebugprintGlobalOptions
1313
---@field keymaps? DebugprintKeymapOptions
1414
---@field commands? DebugprintCommandOptions
15-
---@field display_counter? boolean
15+
---@field display_counter? boolean|function
1616
---@field display_location? boolean
1717
---@field display_snippet? boolean
1818
---@field move_to_debugline? boolean

0 commit comments

Comments
 (0)