From cb9733c19ffe6dcfdcbbf8f35469a65b5316273d Mon Sep 17 00:00:00 2001 From: xqtc Date: Thu, 21 Nov 2024 16:47:23 +0100 Subject: [PATCH] neorg config --- home/modules/nixvim.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/home/modules/nixvim.nix b/home/modules/nixvim.nix index 174933b..30305e9 100644 --- a/home/modules/nixvim.nix +++ b/home/modules/nixvim.nix @@ -35,6 +35,33 @@ }; }; plugins = { +neorg = { + enable = true; + modules = { + "core.defaults" = { + __empty = null; + }; + "core.dirman" = { + config = { + workspaces = { + home = "~/notes/"; + }; + }; + }; + "core.concealer" = { + __empty = null; + }; + "core.export" = { + __empty = null; + }; + "core.export.markdown" = { + __empty = null; + }; + }; + }; + gitblame.enable = true; + + lspkind.enable = true; persistence = { enable = true;