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 = { "", "", "", "" },
|
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 = { "•", "⦾", "∙" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue