forked from dineshsalunke/nvim-config
refactor: minor tweaks to the zenmode
This commit is contained in:
parent
c88f69b0c0
commit
208e7232f7
@ -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 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user