LazyVim-custom/lua/plugins/zenmode.lua
2024-11-23 22:25:53 +03:00

9 lines
90 B
Lua

return {
"folke/zen-mode.nvim",
opts = {
window = {
width = 160
}
}
}