AutoYADM commit: 2024-12-21 15:30:03

This commit is contained in:
Daniel Fichtinger 2024-12-21 15:30:03 -05:00
parent 20d56f4965
commit 75bb78ca25

View file

@ -1,3 +1,9 @@
local icons = {
abstract = { "", "", "", "" },
-- weather = {"", ""},
weather = { "", "", "", "", "", "" },
md = {},
}
return {
"MeanderingProgrammer/render-markdown.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons" },
@ -15,7 +21,7 @@ return {
left_pad = 2,
right_pad = 4,
-- sign = false,
icons = {},
icons = icons.weather,
},
bullet = {
-- icons = { "•", "⦾", "∙" },