Unverified Commit 67c7581e authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.uv-nvim: fix hard depenency on pickers



Plugin offers configuration to choose which picker you'd like, don't
need to pollute environment with extra deps.

Signed-off-by: default avatarAustin Horstman <khaneliman12@gmail.com>
parent fb6aa56a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3607,9 +3607,6 @@ assertNoAdditions {
  };

  uv-nvim = super.uv-nvim.overrideAttrs {
    dependencies = with self; [
      telescope-nvim
    ];
    runtimeDeps = [ uv ];
  };