1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-10 20:46:06 +01:00
nixvim/tests/test-sources/plugins/utils/goyo.nix
2024-03-01 15:28:19 +01:00

17 lines
217 B
Nix

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