From 6b7e877e6c073003d3e8bb94d2c0a9fb654b3e4c Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 27 Jan 2022 03:47:07 -0800 Subject: [PATCH] nvim: set zenmode window to be two shorter than my terminal's height --- .config/nvim/lua/blake/other.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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