summaryrefslogtreecommitdiffstats
path: root/lua/core/overrides/truezen.lua
blob: 4132a6aa98b898f3fd585044927b1d9c10713469 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
require('true-zen').setup {
  modes = {
    ataraxis = { -- normal zen
      minimum_writing_area = { -- minimum size of main window
        width = 120,
        height = 44,
      },
    },
    narrow = {
      folds_style = "invisible",
    },
  },
}