vimPlugins.neotest: fix typo in overrides
This commit is contained in:
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 ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user