Skip to content

Commit b463419

Browse files
committed
Revert "Remove mermaid-cli dependency"
This reverts commit ab27a23.
1 parent 2147338 commit b463419

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
@@ -119,13 +119,11 @@ in
119119
"ERROR None of the tools found: 'trash', 'gio', 'kioclient5', 'kioclient'"
120120
"ERROR is not ready"
121121
"ERROR your terminal does not support the kitty graphics protocol"
122-
"ERROR Tool not found: 'mmdc'"
123122
"WARNING Image rendering in docs with missing treesitter parsers won't work"
124123
"WARNING Missing Treesitter languages"
125124
"WARNING No system trash command found; deleting files will be permanent"
126125
"WARNING The `latex` treesitter parser is required to render LaTeX math expressions"
127126
"WARNING dashboard did not open: `headless`"
128-
"WARNING `mmdc` is required to render Mermaid diagrams"
129127
"WARNING setup {disabled}"
130128
];
131129
};

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
@@ -22,6 +22,7 @@
2222
jdk,
2323
julia,
2424
lazygit,
25+
mermaid-cli,
2526
nodePackages,
2627
nodejs_24,
2728
php83,
@@ -229,6 +230,7 @@ let
229230
ghostscript
230231
imagemagick
231232
lazygit
233+
mermaid-cli
232234
tectonic
233235
];
234236
};

0 commit comments

Comments
 (0)