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