plugins/goyo: switch to settings option

This commit is contained in:
Gaetan Lepage 2024-03-01 14:10:59 +01:00 committed by Gaétan Lepage
parent f9280a6865
commit ec687c5ade
3 changed files with 25 additions and 20 deletions

View file

@ -7,9 +7,11 @@
plugins.goyo = {
enable = true;
width = 80;
height = 85;
showLineNumbers = false;
settings = {
width = 80;
height = 85;
linenr = false;
};
};
};
}