code background neorg

This commit is contained in:
Javier Pacheco 2023-10-31 06:15:48 -05:00
parent c1f70bb64a
commit bdee452361
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,7 @@ return {
},
["core.concealer"] = {
config = {
folds = false,
folds = true,
icon_present = "varided",
icons = {
heading = {
@ -220,6 +220,7 @@ return {
["external.exec"] = {},
},
}
vim.api.nvim_set_hl(0, "@neorg.tags.ranged_verbatim.code_block", { bg = "#333333" })
end,
},