vimPlugins.neotest: fix typo in overrides

This commit is contained in:
Ondřej Hlušička
2023-11-22 00:09:00 +01:00
committed by Matthieu Coudron
parent ac1a9af078
commit a03080d35e
@@ -847,7 +847,7 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
};
neotest = super.neorg.overrideAttrs {
neotest = super.neotest.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};