From 0256cebaca7690307fbf71b310b8fdb422160210 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Sun, 5 Jan 2025 23:09:28 +0100 Subject: [PATCH] Markdown: removed image as I don't need it, and also the editor crashes in a tmux session with no pass thru --- config/plugins/lang/markdown.nix | 13 ------------- config/plugins/lang/protobuf.nix | 1 - 2 files changed, 14 deletions(-) diff --git a/config/plugins/lang/markdown.nix b/config/plugins/lang/markdown.nix index 00c44aa..f78cd3a 100644 --- a/config/plugins/lang/markdown.nix +++ b/config/plugins/lang/markdown.nix @@ -5,19 +5,6 @@ ]; plugins = { - clipboard-image = { - enable = true; - clipboardPackage = pkgs.wl-clipboard; - }; - - image = { - enable = helpers.enableExceptInTests; - integrations.markdown = { - clearInInsertMode = true; - onlyRenderImageAtCursor = true; - }; - }; - markdown-preview = { enable = true; }; diff --git a/config/plugins/lang/protobuf.nix b/config/plugins/lang/protobuf.nix index 971b7b1..017d8e7 100644 --- a/config/plugins/lang/protobuf.nix +++ b/config/plugins/lang/protobuf.nix @@ -20,4 +20,3 @@ }; }; } -