14 lines
253 B
Lua
14 lines
253 B
Lua
require('true-zen').setup {
|
|
modes = {
|
|
ataraxis = { -- normal zen
|
|
minimum_writing_area = { -- minimum size of main window
|
|
width = 120,
|
|
height = 44,
|
|
},
|
|
},
|
|
narrow = {
|
|
folds_style = "invisible",
|
|
},
|
|
},
|
|
}
|