more comment for neorg

This commit is contained in:
aminnairi
2024-01-13 21:39:41 +01:00
parent ed06f14b55
commit dc2161e5de
@@ -21,9 +21,13 @@ return {
config = { config = {
-- Configure icons for concealed items -- Configure icons for concealed items
icons = { icons = {
-- Configure the code blocks
code_block = { code_block = {
-- Conceal the "@code" and "@end" completely when in normal modej
conceal = true, conceal = true,
-- Add padding to a code inside a code block
padding = { padding = {
-- Add 2 spaces before the code inside a code block
left = 2 left = 2
} }
}, },