diff --git a/lua/config/markview.lua b/lua/config/markview.lua index 925c505..5b2477f 100644 --- a/lua/config/markview.lua +++ b/lua/config/markview.lua @@ -83,7 +83,50 @@ require('markview').setup({ } } }; + list_items = { + enable = true, + wrap = false, + + indent_size = 2, + shift_width = 4, + + marker_minus = { + add_padding = false, + conceal_on_checkboxes = true, + + text = "", + hl = "MarkviewListItemMinus" + }, + + marker_plus = { + add_padding = true, + conceal_on_checkboxes = true, + + text = "", + hl = "MarkviewListItemPlus" + }, + + marker_star = { + add_padding = true, + conceal_on_checkboxes = true, + + text = "", + hl = "MarkviewListItemStar" + }, + + marker_dot = { + add_padding = true, + conceal_on_checkboxes = true, + }, + + marker_parenthesis = { + add_padding = true, + conceal_on_checkboxes = true, + } + }, }, + + preview = { enable = true, enable_hybrid_mode = true,