AutoYADM commit: 2024-12-21 15:35:04

This commit is contained in:
Daniel Fichtinger 2024-12-21 15:35:04 -05:00
parent 75bb78ca25
commit 05336a084d

View file

@ -2,7 +2,7 @@ local icons = {
abstract = { "", "", "", "" }, abstract = { "", "", "", "" },
-- weather = {"", ""}, -- weather = {"", ""},
weather = { "", "", "", "", "", "" }, weather = { "", "", "", "", "", "" },
md = {}, md = { "󰉫 ", "󰉬 ", "󰉭 ", "󰉮 ", "󰉯 ", "󰉰 " },
} }
return { return {
"MeanderingProgrammer/render-markdown.nvim", "MeanderingProgrammer/render-markdown.nvim",
@ -21,7 +21,8 @@ return {
left_pad = 2, left_pad = 2,
right_pad = 4, right_pad = 4,
-- sign = false, -- sign = false,
icons = icons.weather, -- icons = icons.weather,
icons = icons.md,
}, },
bullet = { bullet = {
-- icons = { "•", "⦾", "∙" }, -- icons = { "•", "⦾", "∙" },