Skip to content

Commit

Permalink
feat: Add paragraph icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent committed Jun 17, 2024
1 parent ebd653e commit dfe30f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lua/mkdnflow/foldtext.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ local object_icons = {
todo = '',
img = '',
fncblk = '',
sec = '§',
sec = '󰚟',
par = '󰛘',
link = '',
},
plain = {
Expand All @@ -198,7 +199,8 @@ local object_icons = {
todo = '',
img = '',
fncblk = '',
sec = '§ ',
sec = '§',
par = '',
link = '',
},
emoji = {
Expand All @@ -209,6 +211,7 @@ local object_icons = {
img = '🖼️ ',
fncblk = '🖥️ ',
sec = '🏷️ ',
par = '📃',
link = '🔗 ',
},
}
Expand Down

0 comments on commit dfe30f8

Please sign in to comment.