mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
adding padding to code blocks in neorg
This commit is contained in:
@@ -20,7 +20,10 @@ return {
|
|||||||
-- Configuration for the "core.concealer" module
|
-- Configuration for the "core.concealer" module
|
||||||
config = {
|
config = {
|
||||||
code_block = {
|
code_block = {
|
||||||
conceal = true
|
conceal = true,
|
||||||
|
padding = {
|
||||||
|
left = 2
|
||||||
|
}
|
||||||
},
|
},
|
||||||
-- Configure icons for concealed items
|
-- Configure icons for concealed items
|
||||||
icons = {
|
icons = {
|
||||||
|
|||||||
Reference in New Issue
Block a user