mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +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
|
||||
config = {
|
||||
code_block = {
|
||||
conceal = true
|
||||
conceal = true,
|
||||
padding = {
|
||||
left = 2
|
||||
}
|
||||
},
|
||||
-- Configure icons for concealed items
|
||||
icons = {
|
||||
|
||||
Reference in New Issue
Block a user