From b099774a462c9a1c6091494fc4eaf59fc1667f54 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 16 Jan 2022 00:46:38 +0100 Subject: Update zen config --- lua/config/zen.lua | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'lua') 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, }) -- cgit v1.2.3-70-g09d2