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

vimPlugins: update on 2025-04-04

parent b6f910a2
Loading
Loading
Loading
Loading
+482 −482

File changed.

Preview size limit exceeded, changes collapsed.

+4 −1
Original line number Diff line number Diff line
@@ -1447,7 +1447,7 @@ in
    ];
    buildInputs = [ curl ];
    postPatch = ''
      substituteInPlace lua/kulala/config/init.lua \
      substituteInPlace lua/kulala/config/defaults.lua \
        --replace-fail 'curl_path = "curl"' 'curl_path = "${lib.getExe curl}"'
    '';
  };
@@ -2700,6 +2700,9 @@ in
    checkInputs = [
      curl
      ripgrep
      # Optional integrations
      self.blink-cmp
      self.nvim-cmp
    ];
  };