Unverified Commit d396643b authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins: update on 2024-10-28

parent 5791ef1d
Loading
Loading
Loading
Loading
+255 −256

File changed.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -1644,7 +1644,7 @@ in
        inherit (old) version src;
        sourceRoot = "${old.src.name}/spectre_oxi";

        cargoHash = "sha256-D7KUJ8q521WWgUqBBOgepGJ3NQ4DdKr+Bg/4k3Lf+mw=";
        cargoHash = "sha256-yYUbfqkICsGDKexYjfhXfpIoT1+QrZQJPpKzk+gwm+s=";

        preCheck = ''
          mkdir tests/tmp/
@@ -2558,11 +2558,7 @@ in
  };

  vim-tabby = super.vim-tabby.overrideAttrs {
    postPatch = ''
      substituteInPlace autoload/tabby/globals.vim --replace-fail \
        "let g:tabby_node_binary = get(g:, 'tabby_node_binary', 'node')" \
        "let g:tabby_node_binary = get(g:, 'tabby_node_binary', '${nodejs}/bin/node')"
    '';
    nvimRequirecheck = "tabby";
  };

  vim-textobj-entire = super.vim-textobj-entire.overrideAttrs {