chore(nvim): decrease the size of the Zen mode font

This commit is contained in:
Stefan Imhoff
2022-12-21 13:15:44 +01:00
parent f0c4a19c07
commit 6913b0d8a2

View File

@@ -25,7 +25,7 @@ require("zen-mode").setup({
tmux = { enabled = false }, -- disables the tmux statusline tmux = { enabled = false }, -- disables the tmux statusline
kitty = { kitty = {
enabled = true, enabled = true,
font = "+5", -- font size increment font = "+2", -- font size increment
}, },
}, },
on_open = function() on_open = function()