From 57b8649527bea92713c7f9f780bb8a8dc487e933 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Mon, 20 Jan 2025 12:47:36 +0300 Subject: [PATCH] feat: zen-mode width 80% --- .config/nvim/lua/goodhumored/comfort-features/zen-mode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua b/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua index d783d84..760ed81 100644 --- a/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua +++ b/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua @@ -8,7 +8,7 @@ return -- Lua -- * an absolute number of cells when > 1 -- * 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 + width = 0.8, -- width of the Zen window height = 1, -- 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