feat: zen-mode width 80%

This commit is contained in:
parent 77aaeef71c
commit 57b8649527

View File

@ -8,7 +8,7 @@ return -- Lua
-- * an absolute number of cells when > 1 -- * an absolute number of cells when > 1
-- * a percentage of the width / height of the editor when <= 1 -- * a percentage of the width / height of the editor when <= 1
-- * a function that returns the width or the height -- * 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 height = 1, -- height of the Zen window
-- by default, no options are changed for 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 -- uncomment any of the options below, or add other vim.wo options you want to apply