mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/goyo: switch to settings option
This commit is contained in:
parent
f9280a6865
commit
ec687c5ade
3 changed files with 25 additions and 20 deletions
|
@ -7,9 +7,11 @@
|
|||
plugins.goyo = {
|
||||
enable = true;
|
||||
|
||||
width = 80;
|
||||
height = 85;
|
||||
showLineNumbers = false;
|
||||
settings = {
|
||||
width = 80;
|
||||
height = 85;
|
||||
linenr = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue