diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index 42e4e13..decbbde 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -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