Skip to content

Commit

Permalink
fix: Add missing pattern & fix tally method for to-do list items
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent committed Jun 18, 2024
1 parent e4fbd81 commit 9b5209f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/mkdnflow/foldtext.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ M.default_count_opts = {
todo = {
icon = M.object_icons[icon_set].todo,
count_method = {
pattern = {},
tally = 'line_matches',
pattern = {'[-+*%d]%.?%s+%[.%]'},
tally = 'blocks',
},
},
img = {
Expand Down

0 comments on commit 9b5209f

Please sign in to comment.