plugins/vscode-diff: rename to codediff
This commit is contained in:
parent
acb045161f
commit
f5525b2c35
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "vscode-diff";
|
||||
name = "codediff";
|
||||
package = "codediff-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue