diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-16 00:46:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-16 00:46:38 +0100 |
commit | b099774a462c9a1c6091494fc4eaf59fc1667f54 (patch) | |
tree | 1ade9bd4cf2e1f818884a2d92d82a56a738b6d2c /lua/config/zen.lua | |
parent | d32559117296794b6b1e55a74c459617fa98a0ca (diff) |
Update zen config
Diffstat (limited to 'lua/config/zen.lua')
-rw-r--r-- | lua/config/zen.lua | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/lua/config/zen.lua b/lua/config/zen.lua index dbc6b06..c221ef1 100644 --- a/lua/config/zen.lua +++ b/lua/config/zen.lua @@ -8,8 +8,8 @@ end zen_mode.setup({ window = { backdrop = 1, - height = 0.9, -- height of the Zen window - width = 0.65, + height = 1, -- height of the Zen window + width = 120, options = { signcolumn = "no", -- disable signcolumn number = false, -- disable number column @@ -25,18 +25,4 @@ zen_mode.setup({ tmux = { enabled = true }, twilight = { enabled = true }, }, - -- on_open = function() - -- vim.lsp.diagnostic.disable() - -- vim.cmd [[ - -- set foldlevel=10 - -- IndentBlanklineDisable - -- ]] - -- end, - -- on_close = function() - -- vim.lsp.diagnostic.enable() - -- vim.cmd [[ - -- set foldlevel=5 - -- IndentBlanklineEnable - -- ]] - -- end, }) |