Unverified Commit 7c05114a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.vscode-diff-nvim: init at 2025-11-26 (#465208)

parents 25c3d564 00a6d1c9
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -22312,6 +22312,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  vscode-diff-nvim = buildVimPlugin {
    pname = "vscode-diff.nvim";
    version = "2025-11-26";
    src = fetchFromGitHub {
      owner = "esmuellert";
      repo = "vscode-diff.nvim";
      rev = "94bba113413cb660397f219d4096775338ea08e1";
      sha256 = "17kll9vclgy7flvxbw4hc2fj4xnn1hq3ds3s9fg0z7x9nmf23v85";
    };
    meta.homepage = "https://github.com/esmuellert/vscode-diff.nvim/";
    meta.hydraPlatforms = [ ];
  };
  vscode-nvim = buildVimPlugin {
    pname = "vscode.nvim";
    version = "2025-08-06";
+13 −0
Original line number Diff line number Diff line
@@ -4091,6 +4091,19 @@ assertNoAdditions {
    ];
  };

  vscode-diff-nvim = super.vscode-diff-nvim.overrideAttrs {
    dependencies = [
      self.nui-nvim
    ];
    nativeBuildInputs = [ cmake ];
    dontUseCmakeConfigure = true;
    buildPhase = ''
      runHook preBuild
      make
      runHook postBuild
    '';
  };

  which-key-nvim = super.which-key-nvim.overrideAttrs {
    nvimSkipModules = [ "which-key.docs" ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -1713,6 +1713,7 @@ https://github.com/navicore/vissort.vim/,,
https://github.com/liuchengxu/vista.vim/,,
https://github.com/mcauley-penney/visual-whitespace.nvim/,HEAD,
https://github.com/EthanJWright/vs-tasks.nvim/,HEAD,
https://github.com/esmuellert/vscode-diff.nvim/,HEAD,
https://github.com/Mofiqul/vscode.nvim/,,
https://github.com/dylanaraps/wal.vim/,,
https://github.com/mattn/webapi-vim/,,