From 4a1e1152f773c7be98a715cbd88d66c16236dea7 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 1 Mar 2026 23:00:29 +0100 Subject: remove neorg --- modules/home/i3wm/nord-blue/nvim.nix | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'modules/home/i3wm/nord-blue') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 43f6619..1d54470 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -22,7 +22,6 @@ catppuccin-nvim # Catppuccin theme nvim-tree-lua # Tree file browser nvim-web-devicons # Icons - neorg # Obsidian.md like file organization { plugin = vim-startify; # Add the plugin and its coresponding config @@ -104,21 +103,6 @@ }, }) - -- Neorg setup - require("neorg").setup({ - load = { - ["core.defaults"] = {}, - ["core.concealer"] = {}, - ["core.dirman"] = { - config = { - workspaces = { - SOČ = "/home/mun/Documents/2. Writing/0. SOČ", - }, - default_workspace = "SOČ", - }, - }, - }, - }) -- Keybind to toggle vim.keymap.set("n", "e", "NvimTreeToggle") -- cgit v1.2.3