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

Currently failing due to a linux bug in recent update. Fixed upstream
and will be available in next flake.lock update.
This commit is contained in:
Austin Horstman 2026-01-23 09:26:04 -06:00 committed by Matt Sturgeon
parent 311377dd8f
commit dc9a0eb81b

View file

@ -1,9 +1,15 @@
{
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.vscode-diff.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 = {
enable = true;
@ -32,6 +38,9 @@
};
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.vscode-diff = {
enable = true;