vimPlugins.render-markdown-nvim: add nvim-treesitter dependency

This commit is contained in:
Gaetan Lepage 2024-09-21 21:43:08 +02:00
parent 29a41744f6
commit 0ed2854362

View File

@ -1498,6 +1498,11 @@
dependencies = with self; [ nvim-treesitter plenary-nvim ];
};
render-markdown-nvim = super.render-markdown-nvim.overrideAttrs {
dependencies = with self; [ nvim-treesitter ];
nvimRequireCheck = "render-markdown";
};
# needs "http" and "json" treesitter grammars too
rest-nvim = super.rest-nvim.overrideAttrs {
dependencies = with self; [