more settings for the concealer

This commit is contained in:
aminnairi
2024-01-13 18:57:06 +01:00
parent e0835b1049
commit 824acf3878
@@ -6,7 +6,35 @@ return {
require("neorg").setup { require("neorg").setup {
load = { load = {
["core.defaults"] = {}, ["core.defaults"] = {},
["core.concealer"] = {}, ["core.concealer"] = {
config = {
-- Configure icons for concealed items
icons = {
-- Configure code blocks icons behavior
code_blocks = {
-- Allow to conceal the "@code" and "@end" part of the code blocks
conceal = true,
-- Configure the padding for the code inside code blocks
padding = {
-- Add 2 spaces before the beginning of the code blocks
left = 2
}
},
-- Configure the headings
heading = {
-- List of icons to use for all headings levels from 1 to 6
icons = {
"",
"",
"",
"",
"",
""
}
}
}
}
},
["core.keybinds"] = { ["core.keybinds"] = {
config = { config = {
default_keybinds = false default_keybinds = false