nix-community.nixvim/tests/test-sources/plugins/utils/goyo.nix
2024-02-11 19:44:45 +01:00

15 lines
192 B
Nix

{
empty = {
plugins.goyo.enable = true;
};
defaults = {
plugins.goyo = {
enable = true;
width = 80;
height = 85;
showLineNumbers = false;
};
};
}