Revert "tests/plugins/vscode-diff: disable until plugin update"
This reverts commit dc9a0eb81b.
This commit is contained in:
parent
c9d967262b
commit
24346b99ef
1 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue