refactor: minor tweaks to the zenmode

This commit is contained in:
Dinesh Salunke 2025-08-29 12:54:49 +05:30
parent c88f69b0c0
commit 208e7232f7

View File

@ -8,7 +8,7 @@ return {
function() function()
require("zen-mode").toggle({ require("zen-mode").toggle({
window = { window = {
width = 0.85, width = 0.75,
}, },
}) })
end, end,
@ -16,7 +16,7 @@ return {
}, },
opts = { opts = {
plugins = { plugins = {
twilight = { enabled = true }, twilight = { enabled = false },
}, },
}, },
}, },