nix-community.nixvim/tests/test-sources/plugins/utils/goyo.nix

18 lines
217 B
Nix
Raw Normal View History

2024-02-09 15:23:45 +01:00
{
empty = {
plugins.goyo.enable = true;
};
defaults = {
plugins.goyo = {
enable = true;
settings = {
width = 80;
height = 85;
linenr = false;
};
2024-02-09 15:23:45 +01:00
};
};
}