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()
require("zen-mode").toggle({
window = {
width = 0.85,
width = 0.75,
},
})
end,
@ -16,7 +16,7 @@ return {
},
opts = {
plugins = {
twilight = { enabled = true },
twilight = { enabled = false },
},
},
},