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:
parent
311377dd8f
commit
dc9a0eb81b
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue