mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
Revert "tests/plugins/vscode-diff: disable until plugin update"
This reverts commit dc9a0eb81b.
This commit is contained in:
committed by
Austin Horstman
parent
c9d967262b
commit
24346b99ef
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user