From 4f69c534aa42c4c5ac6817ae13b0d4ee9c2ddba3 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 8 Jul 2025 12:17:18 +0530 Subject: [PATCH] feat: Disable image.nvim for neorg --- neovim/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/neovim/default.nix b/neovim/default.nix index c0547f0b..2b0a7b70 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -250,16 +250,16 @@ in { config.configure_parsers = false; }; - "core.integrations.image" = { - config.tmux_show_only_in_active_window = true; - }; + # "core.integrations.image" = { + # config.tmux_show_only_in_active_window = true; + # }; "core.dirman" = { config = { default_workspace = "Notes"; workspaces = { - Notes = "~/Sync/Notes"; - Work = "~/Sync/Work"; + Notes = "~/Nextcloud/Notes"; + Work = "~/Nextcloud/Work"; }; }; };