summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/neorg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/neorg.lua')
-rw-r--r--lua/ben/plugins/neorg.lua16
1 files changed, 15 insertions, 1 deletions
diff --git a/lua/ben/plugins/neorg.lua b/lua/ben/plugins/neorg.lua
index 4e89973..ece2a53 100644
--- a/lua/ben/plugins/neorg.lua
+++ b/lua/ben/plugins/neorg.lua
@@ -9,7 +9,21 @@ return {
require("neorg").setup({
load = {
["core.defaults"] = {}, -- Loads default behaviour
- ["core.concealer"] = {}, -- Adds pretty icons to your documents
+ ["core.export"] = {}, -- Loads default behaviour
+ ["core.concealer"] = {
+ config = {
+ icons = {
+ heading = {
+ icons = {
+ "",
+ "",
+ "",
+ "",
+ },
+ },
+ },
+ },
+ }, -- Adds pretty icons to your documents
["core.integrations.telescope"] = {},
["core.dirman"] = { -- Manages Neorg workspaces
config = {