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 dependencies = with self; [ plenary-nvim ]; 848 }; 849 850 neo-tree-nvim = super.neo-tree-nvim.overrideAttrs { 851 dependencies = with self; [ plenary-nvim nui-nvim ]; 852 };
··· 847 dependencies = with self; [ plenary-nvim ]; 848 }; 849 850 + neotest = super.neorg.overrideAttrs { 851 + dependencies = with self; [ plenary-nvim ]; 852 + }; 853 + 854 neo-tree-nvim = super.neo-tree-nvim.overrideAttrs { 855 dependencies = with self; [ plenary-nvim nui-nvim ]; 856 };