mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
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;
|
|
};
|
|
};
|
|
};
|
|
}
|