17 lines
217 B
Nix
17 lines
217 B
Nix
{
|
|
empty = {
|
|
plugins.goyo.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.goyo = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
width = 80;
|
|
height = 85;
|
|
linenr = false;
|
|
};
|
|
};
|
|
};
|
|
}
|