markview
mend
This commit is contained in:
parent
6dd726ea14
commit
c180adf85b
@ -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 = {
|
preview = {
|
||||||
enable = true,
|
enable = true,
|
||||||
enable_hybrid_mode = true,
|
enable_hybrid_mode = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user