mirror of
https://github.com/Dannecron/nvchad-starter.git
synced 2025-12-25 20:02:33 +03:00
add render-markdown plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user