aboutsummaryrefslogtreecommitdiff
path: root/lua/config/zen-mode.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/zen-mode.lua')
-rw-r--r--lua/config/zen-mode.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/zen-mode.lua b/lua/config/zen-mode.lua
index 8185ceb..b6d52ce 100644
--- a/lua/config/zen-mode.lua
+++ b/lua/config/zen-mode.lua
@@ -1,4 +1,4 @@
-require("zen-mode").setup({
+require("zen-mode").setup {
window = {
backdrop = 0.8, -- shade the backdrop of the Zen window. Set to 1 to keep the same as Normal
width = 120,
@@ -12,4 +12,4 @@ require("zen-mode").setup({
list = false, -- disable whitespace characters
},
},
-})
+}