BREAKING,feat: Customizable guide markers

See readme
This commit is contained in:
hedy
2023-11-02 17:46:27 +08:00
parent 841825b747
commit a87f73c3b2
5 changed files with 39 additions and 24 deletions

View File

@@ -6,7 +6,15 @@ M.defaults = {
position = 'right',
width = 25,
highlight_hovered_item = true,
show_guides = true,
guides = {
enabled = true,
markers = {
bottom = '',
middle = '',
vertical = '',
horizontal = '',
},
},
border = 'single',
relative_width = true,
auto_close = false,