nvim: set zenmode window to be two shorter than my terminal's height

This commit is contained in:
PowerUser64 2022-01-27 03:47:07 -08:00
parent a437f5a1dd
commit 6b7e877e6c

View file

@ -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