From 9e80da174b144f60116cf563c650aa7c98e31031 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 23 May 2023 14:35:49 -0400 Subject: more neorg modules --- after/plugin/neorg.lua | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'after/plugin/neorg.lua') diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua index 2331864..af41a47 100644 --- a/after/plugin/neorg.lua +++ b/after/plugin/neorg.lua @@ -3,16 +3,26 @@ if not status_ok then return end +local wsphome = "~/documents/notes/" neorg.setup { load = { ["core.defaults"] = {}, + ["core.esupports.metagen"] = { + config = { + type = "auto", + update_date = true, + } + }, ["core.dirman"] = { config = { workspaces = { - home = "~/Documents/notes/home", - } + home = wsphome .. "home", + robotics = wsphome .. "robotics" + }, + index = "index.norg", } }, + ["core.summary"] = {}, ["core.concealer"] = { config = { dim_code_blocks = { @@ -20,6 +30,8 @@ neorg.setup { content_only = false, width = "content", }, + folds = false, + icon_preset = "varied", } }, ["core.export"] = {}, -- cgit v1.2.1