mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
vimPlugins.render-markdown-nvim: add nvim-treesitter dependency
This commit is contained in:
parent
29a41744f6
commit
0ed2854362
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user