summaryrefslogtreecommitdiffstats
path: root/after/plugin/truezen.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-06-26 11:39:20 -0400
committerSquibid <me@zacharyscheiman.com>2023-06-26 11:39:20 -0400
commitbe5ae48bf8e418f00a83f8572a4d6caee275ca19 (patch)
tree0f355ce8a4679160b6a8c39e60649a2bd84fc4df /after/plugin/truezen.lua
parent80aa56ea90d9ead84b25dab2c427629c94b998fa (diff)
downloadnvim-be5ae48bf8e418f00a83f8572a4d6caee275ca19.tar.gz
nvim-be5ae48bf8e418f00a83f8572a4d6caee275ca19.tar.bz2
nvim-be5ae48bf8e418f00a83f8572a4d6caee275ca19.zip
more truezen and whichkey formatting
Diffstat (limited to 'after/plugin/truezen.lua')
-rw-r--r--after/plugin/truezen.lua8
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",
+ },
}
}