add render-markdown plugin

This commit is contained in:
Savosin Denis
2025-11-21 18:29:01 +07:00
parent 400c4e0571
commit 43f3d5d437
3 changed files with 30 additions and 18 deletions

View File

@@ -6,17 +6,18 @@
local M = {}
M.base46 = {
theme = "one_light",
theme_toggle = { "one_light", "doomchad" },
transparency = true,
hl_override = {
Comment = {
italic = true,
},
},
hl_add = {
NvimTreeOpenedFolderName = { fg = "green", bold = true },
},
theme = "one_light",
theme_toggle = { "one_light", "doomchad" },
transparency = true,
hl_override = {
Comment = {
italic = true,
},
},
hl_add = {
NvimTreeOpenedFolderName = { fg = "green", bold = true },
},
integrations = { 'render-markdown' },
}
return M