enabled = true;
render_modes = false;
icons = ["●" "○" "◆" "◇"];
- ordered_icons = ''
- function(ctx)
- local value = vim.trim(ctx.value)
- local index = tonumber(value:sub(1, #value - 1))
- return ('%d.'):format(index > 1 and index or ctx.index)
- end
- '';
+ # ordered_icons = ''
+ # function(ctx)
+ # local value = vim.trim(ctx.value)
+ # local index = tonumber(value:sub(1, #value - 1))
+ # return ('%d.'):format(index > 1 and index or ctx.index)
+ # end
+ # '';
left_pad = 0;
right_pad = 0;
highlight = "RenderMarkdownBullet";