diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-10 23:55:22 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-10 23:55:22 +0800 |
| commit | aaeb6a813a9044892e5bb76ba4a3a61db08eae4d (patch) | |
| tree | 6a1dc5a4f79f08678bdb8903a7920e8545718fa7 /lua/config/zen-mode.lua | |
| parent | 9ba728e201657892681cafc2c6fe8ad997873b49 (diff) | |
format with stylua
Diffstat (limited to 'lua/config/zen-mode.lua')
| -rw-r--r-- | lua/config/zen-mode.lua | 4 |
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 }, }, -}) +} |
