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()
|
||||
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 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user