vimPlugins.neotest: add dependencies

authored by

Gaetan Lepage and committed by
Matthieu Coudron
19d0ca53 3e818245

+4
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 847 847 dependencies = with self; [ plenary-nvim ]; 848 848 }; 849 849 850 + neotest = super.neorg.overrideAttrs { 851 + dependencies = with self; [ plenary-nvim ]; 852 + }; 853 + 850 854 neo-tree-nvim = super.neo-tree-nvim.overrideAttrs { 851 855 dependencies = with self; [ plenary-nvim nui-nvim ]; 852 856 };