diff --git a/lua/modules/configs/editor/zen-mode.lua b/lua/modules/configs/editor/zen-mode.lua index bd41637d0..7add28f10 100644 --- a/lua/modules/configs/editor/zen-mode.lua +++ b/lua/modules/configs/editor/zen-mode.lua @@ -3,12 +3,12 @@ return function() window = { backdrop = 0.95, width = 85, - height = 0.8, + height = 1.0, options = { list = false, -- foldcolumn = "0", -- signcolumn = "no", - cursorcolumn = false, + cursorcolumn = true, cursorline = false, }, },