From 45c1a17de2c0c2108857ccff3288842f2190e7f6 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Thu, 13 Nov 2025 15:55:55 -0800 Subject: [PATCH] Revert "Remove mermaid-cli dependency" This reverts commit ab27a23ec45f5f66ec5892d3d27736760c843425. --- pkgs/LazyVim.nix | 2 -- pkgs/tests/snacks-nvim-checkhealth.nix | 2 -- plugins.nix | 2 ++ 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/LazyVim.nix b/pkgs/LazyVim.nix index 891e099b..63bd0608 100644 --- a/pkgs/LazyVim.nix +++ b/pkgs/LazyVim.nix @@ -115,13 +115,11 @@ in "ERROR None of the tools found: 'trash', 'gio', 'kioclient5', 'kioclient'" "ERROR is not ready" "ERROR your terminal does not support the kitty graphics protocol" - "ERROR Tool not found: 'mmdc'" "WARNING Image rendering in docs with missing treesitter parsers won't work" "WARNING Missing Treesitter languages" "WARNING No system trash command found; deleting files will be permanent" "WARNING The `latex` treesitter parser is required to render LaTeX math expressions" "WARNING dashboard did not open: `headless`" - "WARNING `mmdc` is required to render Mermaid diagrams" "WARNING setup {disabled}" ]; }; diff --git a/pkgs/tests/snacks-nvim-checkhealth.nix b/pkgs/tests/snacks-nvim-checkhealth.nix index e501521a..0bf78307 100644 --- a/pkgs/tests/snacks-nvim-checkhealth.nix +++ b/pkgs/tests/snacks-nvim-checkhealth.nix @@ -11,12 +11,10 @@ callPackage ./neovim-checkhealth.nix { "ERROR None of the tools found: 'trash', 'gio', 'kioclient5', 'kioclient'" "ERROR is not ready" "ERROR your terminal does not support the kitty graphics protocol" - "ERROR Tool not found: 'mmdc'" "WARNING Image rendering in docs with missing treesitter parsers won't work" "WARNING Missing Treesitter languages" "WARNING No system trash command found; deleting files will be permanent" "WARNING The `latex` treesitter parser is required to render LaTeX math expressions" - "WARNING `mmdc` is required to render Mermaid diagrams" "WARNING setup {disabled}" "WARNING {which-key} is not installed" ]; diff --git a/plugins.nix b/plugins.nix index a179934a..3b3f8734 100644 --- a/plugins.nix +++ b/plugins.nix @@ -22,6 +22,7 @@ jdk, julia, lazygit, + mermaid-cli, nodePackages, nodejs_24, php83, @@ -229,6 +230,7 @@ let ghostscript imagemagick lazygit + mermaid-cli tectonic ]; };