vimPlugins.render-markdown-nvim: remove unneeded nvim-treesitter dependency (#344143)

This commit is contained in:
Gaétan Lepage
2024-09-24 16:29:50 +08:00
committed by GitHub
parent 518fc09de0
commit b4a4679372
@@ -1499,11 +1499,6 @@ in
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; [