Unverified Commit 75eec0af authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins: update on 2026-03-14

parent 9f09a3f2
Loading
Loading
Loading
Loading
+396 −396

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -1127,6 +1127,12 @@ assertNoAdditions {
    dependencies = [ self.image-nvim ];
  };

  diffs-nvim = super.diffs-nvim.overrideAttrs {
    nvimSkipModules = [
      "minimal_init"
    ];
  };

  diffview-nvim = super.diffview-nvim.overrideAttrs {
    dependencies = [ self.plenary-nvim ];