mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): decrease the size of the Zen mode font
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user