diff options
Diffstat (limited to 'modules/home/i3wm')
| -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>") |
