vimPlugins: remove duplicate vscode-diff definition
Moved to non-generated in https://github.com/NixOS/nixpkgs/pull/467493 Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -22598,19 +22598,6 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
vscode-diff-nvim = buildVimPlugin {
|
||||
pname = "vscode-diff.nvim";
|
||||
version = "2.8.0-unstable-2026-01-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "esmuellert";
|
||||
repo = "codediff.nvim";
|
||||
rev = "5c52cdd4d007e72062cb0fd2fb398197b6d51040";
|
||||
hash = "sha256-pGDjzwjz3OOpMOAJGR5oHAv/LBlUlbMbYGenvB8SNiU=";
|
||||
};
|
||||
meta.homepage = "https://github.com/esmuellert/codediff.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
vscode-nvim = buildVimPlugin {
|
||||
pname = "vscode.nvim";
|
||||
version = "0-unstable-2025-12-03";
|
||||
|
||||
@@ -246,7 +246,6 @@ https://github.com/ravitemer/codecompanion-history.nvim/,HEAD,
|
||||
https://github.com/franco-ruggeri/codecompanion-lualine.nvim/,HEAD,
|
||||
https://github.com/franco-ruggeri/codecompanion-spinner.nvim/,HEAD,
|
||||
https://github.com/olimorris/codecompanion.nvim/,HEAD,
|
||||
https://github.com/esmuellert/codediff.nvim/,HEAD,
|
||||
https://github.com/mrjones2014/codesettings.nvim/,HEAD,
|
||||
https://github.com/gorbit99/codewindow.nvim/,HEAD,
|
||||
https://github.com/metakirby5/codi.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user