chore: width adjustment
This commit is contained in:
@@ -5,7 +5,10 @@ return {
|
|||||||
},
|
},
|
||||||
cmd = 'ZenMode',
|
cmd = 'ZenMode',
|
||||||
opts = {
|
opts = {
|
||||||
window = { signcolumn = false },
|
window = {
|
||||||
|
width = 0.75,
|
||||||
|
signcolumn = false,
|
||||||
|
},
|
||||||
plugins = {
|
plugins = {
|
||||||
options = { enabled = true },
|
options = { enabled = true },
|
||||||
twilight = { enabled = true },
|
twilight = { enabled = true },
|
||||||
@@ -17,6 +20,7 @@ return {
|
|||||||
font = '16',
|
font = '16',
|
||||||
},
|
},
|
||||||
kitty = {
|
kitty = {
|
||||||
|
-- INFO: not working in tmux sessions
|
||||||
enabled = true,
|
enabled = true,
|
||||||
font = '+4',
|
font = '+4',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user