-
Notifications
You must be signed in to change notification settings - Fork 49
List items
Shawon edited this page Oct 3, 2024
·
4 revisions
list_items = {
enable = true,
--- Amount of spaces that defines an indent
--- level of the list item.
---@type integer
indent_size = 2,
--- Amount of spaces to add per indent level
--- of the list item.
---@type integer
shift_width = 4,
marker_minus = {
add_padding = true,
text = "",
hl = "MarkviewListItemMinus"
},
marker_plus = {
add_padding = true,
text = "",
hl = "MarkviewListItemPlus"
},
marker_star = {
add_padding = true,
text = "",
hl = "MarkviewListItemStar"
},
--- These items do NOT have a text or
--- a hl property!
--- n. Items
marker_dot = {
add_padding = true
},
--- n) Items
marker_parenthesis = {
add_padding = true
}
}