plugins/vscode-diff: rename to codediff

This commit is contained in:
Gaetan Lepage 2026-01-24 11:23:06 +01:00 committed by Gaétan Lepage
parent acb045161f
commit f5525b2c35
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "vscode-diff";
name = "codediff";
package = "codediff-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];

View file

@ -43,6 +43,8 @@ let
presence-nvim = "presence";
# Added 2025-11-07
ethersync = "teamtype";
# Added 2026-01-24
vscode-diff = "codediff";
};
# Added 2024-09-21; remove after 24.11
# `iconsPackage` options were briefly available in the following plugins for ~3 weeks

View file

@ -3,14 +3,14 @@
# TODO: re-enable after next flake lock update (nixpkgs PR #482779)
# Plugin tries to download libgomp from GitHub during setup
test.runNvim = false;
plugins.vscode-diff.enable = true;
plugins.codediff.enable = true;
};
defaults = {
# TODO: re-enable after next flake lock update (nixpkgs PR #482779)
# Plugin tries to download libgomp from GitHub during setup
test.runNvim = false;
plugins.vscode-diff = {
plugins.codediff = {
enable = true;
settings = {
@ -41,7 +41,7 @@
# TODO: re-enable after next flake lock update (nixpkgs PR #482779)
# Plugin tries to download libgomp from GitHub during setup
test.runNvim = false;
plugins.vscode-diff = {
plugins.codediff = {
enable = true;
settings = {