Skip to content

Commit

Permalink
plugins/cord-nvim: fix formatting in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Oct 11, 2024
1 parent 7d8698b commit 7d90c9a
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions tests/test-sources/plugins/by-name/cord-nvim/default.nix
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
empty = {
# don't run tests as they try to access the network.
test.runNvim = false;
plugins.cord-nvim.enable = true;
};
empty = {
# don't run tests as they try to access the network.
test.runNvim = false;
plugins.cord-nvim.enable = true;
};

defaults = {
# don't run tests as they try to access the network.
test.runNvim = true;
plugins.cord-nvim = {
enable = true;
settings = {
usercmd = false;
log_level = null;
};
};
};
defaults = {
# don't run tests as they try to access the network.
test.runNvim = true;
plugins.cord-nvim = {
enable = true;
settings = {
usercmd = false;
log_level = null;
};
};
};

example = {
# don't run tests as they try to access the network.
test.runNvim = false;
plugins.cord-nvim = {
enable = true;
settings = {
usercmd = false;
};
};
};
example = {
# don't run tests as they try to access the network.
test.runNvim = false;
plugins.cord-nvim = {
enable = true;
settings = {
usercmd = false;
};
};
};
}

0 comments on commit 7d90c9a

Please sign in to comment.