Files
dotfiles/vim/.vim/lua/plugins/zen-mode.lua
Christian Nieves 829587e8aa meh
2024-01-10 20:08:53 +00:00

13 lines
174 B
Lua

return {
"folke/zen-mode.nvim",
opts = {
window = {
width = 0.4,
},
plugins = {
tmux = { enabled = false },
},
},
keys = { { "<C-z>", ":ZenMode<CR>" } },
}