mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
15 lines
192 B
Nix
15 lines
192 B
Nix
{
|
|
empty = {
|
|
plugins.goyo.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.goyo = {
|
|
enable = true;
|
|
|
|
width = 80;
|
|
height = 85;
|
|
showLineNumbers = false;
|
|
};
|
|
};
|
|
}
|