nvim: set zenmode window to be two shorter than my terminal's height
This commit is contained in:
parent
a437f5a1dd
commit
6b7e877e6c
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ M.zenmode = function()
|
|||
-- * a percentage of the width / height of the editor when <= 1
|
||||
-- * a function that returns the width or the height
|
||||
width = 120, -- width of the Zen window
|
||||
height = 0.95, -- height of the Zen window
|
||||
height = 51-2, -- height of the Zen window
|
||||
-- by default, no options are changed for the Zen window
|
||||
-- uncomment any of the options below, or add other vim.wo options you want to apply
|
||||
options = { -- uncomment to do what the sign says
|
||||
|
|
Loading…
Add table
Reference in a new issue