From dc2161e5de6c8559e95b3a17ae85418cc909bd61 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:39:41 +0100 Subject: [PATCH] more comment for neorg --- .../neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua index ff574e6..5f771c1 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua @@ -21,9 +21,13 @@ return { config = { -- Configure icons for concealed items icons = { + -- Configure the code blocks code_block = { + -- Conceal the "@code" and "@end" completely when in normal modej conceal = true, + -- Add padding to a code inside a code block padding = { + -- Add 2 spaces before the code inside a code block left = 2 } },