Loading pkgs/applications/editors/vim/plugins/generated.nix +0 −13 Original line number Diff line number Diff line Loading @@ -22312,19 +22312,6 @@ final: prev: { meta.hydraPlatforms = [ ]; }; vscode-diff-nvim = buildVimPlugin { pname = "vscode-diff.nvim"; version = "2025-11-27"; src = fetchFromGitHub { owner = "esmuellert"; repo = "vscode-diff.nvim"; rev = "9831250fb85beb27df984bd985961f1a2ca23f81"; sha256 = "0dl23y5a5yq3kd02w9xfx56nqk20xpjv0j97qr0yh346d27401l1"; }; meta.homepage = "https://github.com/esmuellert/vscode-diff.nvim/"; meta.hydraPlatforms = [ ]; }; vscode-nvim = buildVimPlugin { pname = "vscode.nvim"; version = "2025-08-06"; pkgs/applications/editors/vim/plugins/non-generated/vscode-diff-nvim/default.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { lib, cmake, fetchFromGitHub, nix-update-script, vimUtils, vimPlugins, }: vimUtils.buildVimPlugin rec { pname = "vscode-diff.nvim"; version = "1.6.2"; src = fetchFromGitHub { owner = "esmuellert"; repo = "vscode-diff.nvim"; tag = "v${version}"; hash = "sha256-FyfVmxX40hAk1ch1PWtNi3FszAKfDk7XKEpnZfBw4I4="; }; dependencies = [ vimPlugins.nui-nvim ]; nativeBuildInputs = [ cmake ]; dontUseCmakeConfigure = true; buildPhase = '' runHook preBuild make runHook postBuild ''; passthru.updateScript = nix-update-script { }; meta = { description = "VSCode-style side-by-side diff rendering with two-tier highlighting (line + character level)"; homepage = "https://github.com/esmuellert/vscode-diff.nvim/"; license = lib.licenses.mit; platforms = lib.platforms.all; }; } pkgs/applications/editors/vim/plugins/overrides.nix +0 −13 Original line number Diff line number Diff line Loading @@ -4091,19 +4091,6 @@ 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" ]; }; Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +0 −13 Original line number Diff line number Diff line Loading @@ -22312,19 +22312,6 @@ final: prev: { meta.hydraPlatforms = [ ]; }; vscode-diff-nvim = buildVimPlugin { pname = "vscode-diff.nvim"; version = "2025-11-27"; src = fetchFromGitHub { owner = "esmuellert"; repo = "vscode-diff.nvim"; rev = "9831250fb85beb27df984bd985961f1a2ca23f81"; sha256 = "0dl23y5a5yq3kd02w9xfx56nqk20xpjv0j97qr0yh346d27401l1"; }; meta.homepage = "https://github.com/esmuellert/vscode-diff.nvim/"; meta.hydraPlatforms = [ ]; }; vscode-nvim = buildVimPlugin { pname = "vscode.nvim"; version = "2025-08-06";
pkgs/applications/editors/vim/plugins/non-generated/vscode-diff-nvim/default.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { lib, cmake, fetchFromGitHub, nix-update-script, vimUtils, vimPlugins, }: vimUtils.buildVimPlugin rec { pname = "vscode-diff.nvim"; version = "1.6.2"; src = fetchFromGitHub { owner = "esmuellert"; repo = "vscode-diff.nvim"; tag = "v${version}"; hash = "sha256-FyfVmxX40hAk1ch1PWtNi3FszAKfDk7XKEpnZfBw4I4="; }; dependencies = [ vimPlugins.nui-nvim ]; nativeBuildInputs = [ cmake ]; dontUseCmakeConfigure = true; buildPhase = '' runHook preBuild make runHook postBuild ''; passthru.updateScript = nix-update-script { }; meta = { description = "VSCode-style side-by-side diff rendering with two-tier highlighting (line + character level)"; homepage = "https://github.com/esmuellert/vscode-diff.nvim/"; license = lib.licenses.mit; platforms = lib.platforms.all; }; }
pkgs/applications/editors/vim/plugins/overrides.nix +0 −13 Original line number Diff line number Diff line Loading @@ -4091,19 +4091,6 @@ 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" ]; }; Loading