aboutsummaryrefslogtreecommitdiff
path: root/lua/user/zen-mode.lua
blob: 88616bb367296a9bcec50ad9b1da89799df057e4 (plain)
1
2
3
4
5
6
7
8
9
10
local status_ok, zen_mode = pcall(require, 'zen-mode')
if not status_ok then
  return
end

zen_mode.setup({
  window = {
    width = 90
  }
})