diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-01 23:00:29 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-01 23:00:29 +0100 |
| commit | 4a1e1152f773c7be98a715cbd88d66c16236dea7 (patch) | |
| tree | 4ab3643f54944b9eb12f275cdb0752302f011d5a | |
| parent | d270aab83d7a67f0966ae2d03a401c61a138af1c (diff) | |
remove neorg
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 16 |
1 files changed, 0 insertions, 16 deletions
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", "<leader>e", "<cmd>NvimTreeToggle<CR>") |
