vimPlugins.vscode-diff-nvim: init at 2025-11-26 (#465208)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user