diff options
Diffstat (limited to 'after/plugin/truezen.lua')
-rw-r--r-- | after/plugin/truezen.lua | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/after/plugin/truezen.lua b/after/plugin/truezen.lua index fb2702f..9eecc4f 100644 --- a/after/plugin/truezen.lua +++ b/after/plugin/truezen.lua @@ -7,8 +7,12 @@ truezen.setup { modes = { ataraxis = { minimum_writing_area = { - width = 85, + width = 90, + height = 44, }, - } + }, + narrow = { + folds_style = "invisible", + }, } } |