From bdee45236128fbb1bd2a147f3871cd16459b1bd6 Mon Sep 17 00:00:00 2001 From: Javier Pacheco Date: Tue, 31 Oct 2023 06:15:48 -0500 Subject: [PATCH] code background neorg --- lua/custom/plugins/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 70b65bd..29dd91f 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -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, },