From ab27a23ec45f5f66ec5892d3d27736760c843425 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Thu, 13 Nov 2025 10:28:28 -0800 Subject: [PATCH] Remove mermaid-cli dependency --- pkgs/LazyVim.nix | 2 ++ pkgs/tests/snacks-nvim-checkhealth.nix | 2 ++ plugins.nix | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/LazyVim.nix b/pkgs/LazyVim.nix index ac20deed..06fbaf8a 100644 --- a/pkgs/LazyVim.nix +++ b/pkgs/LazyVim.nix @@ -115,11 +115,13 @@ 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 0bf78307..e501521a 100644 --- a/pkgs/tests/snacks-nvim-checkhealth.nix +++ b/pkgs/tests/snacks-nvim-checkhealth.nix @@ -11,10 +11,12 @@ 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 8693f86b..fe08f324 100644 --- a/plugins.nix +++ b/plugins.nix @@ -20,7 +20,6 @@ gzip, imagemagick, lazygit, - mermaid-cli, nodePackages, nodejs_24, php83, @@ -228,7 +227,6 @@ let ghostscript imagemagick lazygit - mermaid-cli tectonic ]; };