mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
vimPlugins.neotest: add vimPlugins.nvim-nio dependency
This commit is contained in:
parent
3591445929
commit
614c6c9752
@ -962,7 +962,7 @@
|
||||
};
|
||||
|
||||
neotest = super.neotest.overrideAttrs {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
dependencies = with self; [ nvim-nio plenary-nvim ];
|
||||
};
|
||||
|
||||
neotest-gradle = super.neotest-gradle.overrideAttrs {
|
||||
|
Loading…
Reference in New Issue
Block a user