Commit a03080d3 authored by Ondřej Hlušička's avatar Ondřej Hlušička Committed by Matthieu Coudron
Browse files

vimPlugins.neotest: fix typo in overrides

parent ac1a9af0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -847,7 +847,7 @@ self: super: {
    dependencies = with self; [ plenary-nvim ];
  };

  neotest = super.neorg.overrideAttrs {
  neotest = super.neotest.overrideAttrs {
    dependencies = with self; [ plenary-nvim ];
  };