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