Revert "tests/plugins/vscode-diff: disable until plugin update"

This reverts commit dc9a0eb81b.
This commit is contained in:
Gaetan Lepage 2026-01-24 10:42:58 +01:00 committed by Austin Horstman
parent c9d967262b
commit 24346b99ef

View file

@ -1,15 +1,9 @@
{
empty = {
# TODO: re-enable after next flake lock update (nixpkgs PR #482779)
# Plugin tries to download libgomp from GitHub during setup
test.runNvim = false;
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.codediff = {
enable = true;
@ -38,9 +32,6 @@
};
example = {
# TODO: re-enable after next flake lock update (nixpkgs PR #482779)
# Plugin tries to download libgomp from GitHub during setup
test.runNvim = false;
plugins.codediff = {
enable = true;