Skip to content

Commit e385bc5

Browse files
committed
Revert "Remove mermaid-cli dependency"
This reverts commit ab27a23.
1 parent 5f71826 commit e385bc5

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
@@ -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)