vimPlugins.neotest: fix typo in overrides

This commit is contained in:
Ondřej Hlušička 2023-11-21 22:27:40 +01:00 committed by Matthieu Coudron
parent ac1a9af078
commit a03080d35e

View File

@ -847,7 +847,7 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
};
neotest = super.neorg.overrideAttrs {
neotest = super.neotest.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};