Skip to content

Commit d6dbcfe

Browse files
authored
Merge pull request #1405 from josh/renovate/lock-file-maintenance
Lock file maintenance
2 parents 870e19f + 3c0685a commit d6dbcfe

File tree

5 files changed

+22
-20
lines changed

5 files changed

+22
-20
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/LazyVim.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,13 @@ 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'"
118119
"WARNING Image rendering in docs with missing treesitter parsers won't work"
119120
"WARNING Missing Treesitter languages"
120121
"WARNING No system trash command found; deleting files will be permanent"
121122
"WARNING The `latex` treesitter parser is required to render LaTeX math expressions"
122123
"WARNING dashboard did not open: `headless`"
124+
"WARNING `mmdc` is required to render Mermaid diagrams"
123125
"WARNING setup {disabled}"
124126
];
125127
};

pkgs/tests/snacks-nvim-checkhealth.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ 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'"
1415
"WARNING Image rendering in docs with missing treesitter parsers won't work"
1516
"WARNING Missing Treesitter languages"
1617
"WARNING No system trash command found; deleting files will be permanent"
1718
"WARNING The `latex` treesitter parser is required to render LaTeX math expressions"
19+
"WARNING `mmdc` is required to render Mermaid diagrams"
1820
"WARNING setup {disabled}"
1921
"WARNING {which-key} is not installed"
2022
];

plugins.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
gzip,
2121
imagemagick,
2222
lazygit,
23-
mermaid-cli,
2423
nodePackages,
2524
nodejs_24,
2625
php83,
@@ -228,7 +227,6 @@ let
228227
ghostscript
229228
imagemagick
230229
lazygit
231-
mermaid-cli
232230
tectonic
233231
];
234232
};

plugins/flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)