From 6913b0d8a217648823cb3bc95f069e0104b3b4ee Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 21 Dec 2022 13:15:44 +0100 Subject: [PATCH] chore(nvim): decrease the size of the Zen mode font --- nvim/after/plugin/zen-mode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/after/plugin/zen-mode.lua b/nvim/after/plugin/zen-mode.lua index 575853e..6affe4f 100644 --- a/nvim/after/plugin/zen-mode.lua +++ b/nvim/after/plugin/zen-mode.lua @@ -25,7 +25,7 @@ require("zen-mode").setup({ tmux = { enabled = false }, -- disables the tmux statusline kitty = { enabled = true, - font = "+5", -- font size increment + font = "+2", -- font size increment }, }, on_open = function()