nix-community.nixvim/tests/test-sources/plugins/by-name/goyo/default.nix
2024-09-09 11:50:38 +01:00

17 lines
213 B
Nix

{
empty = {
plugins.goyo.enable = true;
};
defaults = {
plugins.goyo = {
enable = true;
settings = {
width = 80;
height = 85;
linenr = 0;
};
};
};
}