Skip to content

Commit

Permalink
Adjust config of zen-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu20 committed Jun 5, 2024
1 parent 3966e81 commit f751f71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/modules/configs/editor/zen-mode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ return function()
window = {
backdrop = 0.95,
width = 85,
height = 1,
height = 0.8,
options = {
list = false,
foldcolumn = "0",
signcolumn = "no",
-- foldcolumn = "0",
-- signcolumn = "no",
cursorcolumn = false,
cursorline = false,
},
Expand Down

0 comments on commit f751f71

Please sign in to comment.