From 75bb78ca2518513a11c83f4f1933fb5bf5f6eb79 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 21 Dec 2024 15:30:03 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-21 15:30:03 --- .config/nvim/lua/plugins/render-markdown.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/render-markdown.lua b/.config/nvim/lua/plugins/render-markdown.lua index 9b0166eb..449a7c6e 100644 --- a/.config/nvim/lua/plugins/render-markdown.lua +++ b/.config/nvim/lua/plugins/render-markdown.lua @@ -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 = { "•", "⦾", "∙" },