Dotfiles/.config/nvim/lua/plugins/zen-mode.lua

9 lines
107 B
Lua
Raw Normal View History

2024-03-04 14:36:33 +00:00
return {
"folke/zen-mode.nvim",
opts = {
plugins = {
tmux = { enabled = true },
}
},
}