Files
dotfiles/.config/nvim/lua/plugins/zen-mode.lua
T
2024-11-20 14:01:25 -05:00

21 lines
483 B
Lua

return {
"folke/zen-mode.nvim",
opts = {
window = { signcolumn = false },
plugins = {
options = { enabled = true },
twilight = { enabled = true },
gitsigns = { enabled = true },
tmux = { enabled = true },
todo = { enabled = true },
alacritty = {
enabled = true,
font = "16",
},
kitty = {
enabled = true,
font = "+4",
},
},
},
}