diff --git a/tests/test-sources/plugins/utils/goyo.nix b/tests/test-sources/plugins/utils/goyo.nix new file mode 100644 index 00000000..11d4eab4 --- /dev/null +++ b/tests/test-sources/plugins/utils/goyo.nix @@ -0,0 +1,15 @@ +{ + empty = { + plugins.goyo.enable = true; + }; + + defaults = { + plugins.goyo = { + enable = true; + + width = 80; + height = 85; + showLineNumbers = false; + }; + }; +}