AutoYADM commit: 2024-12-21 15:35:04
This commit is contained in:
parent
75bb78ca25
commit
05336a084d
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ local icons = {
|
|||
abstract = { "", "", "", "" },
|
||||
-- weather = {"", ""},
|
||||
weather = { "", "", "", "", "", "" },
|
||||
md = {},
|
||||
md = { " ", " ", " ", " ", " ", " " },
|
||||
}
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
|
@ -21,7 +21,8 @@ return {
|
|||
left_pad = 2,
|
||||
right_pad = 4,
|
||||
-- sign = false,
|
||||
icons = icons.weather,
|
||||
-- icons = icons.weather,
|
||||
icons = icons.md,
|
||||
},
|
||||
bullet = {
|
||||
-- icons = { "•", "⦾", "∙" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue