tests/goyo: init

This commit is contained in:
Gaetan Lepage 2024-02-09 15:23:45 +01:00 committed by Gaétan Lepage
parent e2bd02afd4
commit b57fb15344

View file

@ -0,0 +1,15 @@
{
empty = {
plugins.goyo.enable = true;
};
defaults = {
plugins.goyo = {
enable = true;
width = 80;
height = 85;
showLineNumbers = false;
};
};
}