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