chore(nvim): reduce the character width in ZenMode
This commit is contained in:
parent
9e8b13a760
commit
6aad5c6f54
|
@ -7,7 +7,7 @@ zen_mode.setup {
|
|||
window = {
|
||||
backdrop = 0.95,
|
||||
height = 1,
|
||||
width = 120,
|
||||
width = 80,
|
||||
options = {
|
||||
relativenumber = false,
|
||||
number = false,
|
||||
|
|
Loading…
Reference in a new issue