Skip to content

Commit 52efd95

Browse files
committed
Revert "Remove mermaid-cli dependency"
This reverts commit ab27a23.
1 parent d6dbcfe commit 52efd95

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pkgs/LazyVim.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,11 @@ in
115115
"ERROR None of the tools found: 'trash', 'gio', 'kioclient5', 'kioclient'"
116116
"ERROR is not ready"
117117
"ERROR your terminal does not support the kitty graphics protocol"
118-
"ERROR Tool not found: 'mmdc'"
119118
"WARNING Image rendering in docs with missing treesitter parsers won't work"
120119
"WARNING Missing Treesitter languages"
121120
"WARNING No system trash command found; deleting files will be permanent"
122121
"WARNING The `latex` treesitter parser is required to render LaTeX math expressions"
123122
"WARNING dashboard did not open: `headless`"
124-
"WARNING `mmdc` is required to render Mermaid diagrams"
125123
"WARNING setup {disabled}"
126124
];
127125
};

pkgs/tests/snacks-nvim-checkhealth.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ callPackage ./neovim-checkhealth.nix {
1111
"ERROR None of the tools found: 'trash', 'gio', 'kioclient5', 'kioclient'"
1212
"ERROR is not ready"
1313
"ERROR your terminal does not support the kitty graphics protocol"
14-
"ERROR Tool not found: 'mmdc'"
1514
"WARNING Image rendering in docs with missing treesitter parsers won't work"
1615
"WARNING Missing Treesitter languages"
1716
"WARNING No system trash command found; deleting files will be permanent"
1817
"WARNING The `latex` treesitter parser is required to render LaTeX math expressions"
19-
"WARNING `mmdc` is required to render Mermaid diagrams"
2018
"WARNING setup {disabled}"
2119
"WARNING {which-key} is not installed"
2220
];

plugins.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
gzip,
2121
imagemagick,
2222
lazygit,
23+
mermaid-cli,
2324
nodePackages,
2425
nodejs_24,
2526
php83,
@@ -227,6 +228,7 @@ let
227228
ghostscript
228229
imagemagick
229230
lazygit
231+
mermaid-cli
230232
tectonic
231233
];
232234
};

0 commit comments

Comments
 (0)