chore: width adjustment

This commit is contained in:
2024-11-29 23:29:08 -05:00
parent 40d1df3990
commit beea8e5525
+5 -1
View File
@@ -5,7 +5,10 @@ return {
},
cmd = 'ZenMode',
opts = {
window = { signcolumn = false },
window = {
width = 0.75,
signcolumn = false,
},
plugins = {
options = { enabled = true },
twilight = { enabled = true },
@@ -17,6 +20,7 @@ return {
font = '16',
},
kitty = {
-- INFO: not working in tmux sessions
enabled = true,
font = '+4',
},