Skip to content

Commit

Permalink
tests/goyo: init
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 11, 2024
1 parent e2bd02a commit b57fb15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test-sources/plugins/utils/goyo.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
empty = {
plugins.goyo.enable = true;
};

defaults = {
plugins.goyo = {
enable = true;

width = 80;
height = 85;
showLineNumbers = false;
};
};
}

0 comments on commit b57fb15

Please sign in to comment.