Skip to content

Commit

Permalink
Zen-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu20 committed Aug 21, 2024
1 parent 9b49c2f commit 88b841d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/modules/configs/editor/zen-mode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 88b841d

Please sign in to comment.