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 539376c..8c5b460 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 @@ -7,16 +7,18 @@ return { load = { ["core.defaults"] = {}, ["core.concealer"] = { - folds = true, - icons_preset = true, - icons = { - code_blocks = { - conceal = true, - padding = { - left = 2 + config = { + folds = true, + icons_preset = true, + icons = { + code_blocks = { + conceal = true, + padding = { + left = 2 + } } } - } + }, }, ["core.dirman"] = { config = {