From be5ae48bf8e418f00a83f8572a4d6caee275ca19 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:39:20 -0400 Subject: more truezen and whichkey formatting --- after/plugin/truezen.lua | 8 ++++++-- after/plugin/whichkey.lua | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'after/plugin') 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", + }, } } diff --git a/after/plugin/whichkey.lua b/after/plugin/whichkey.lua index 66c8a9e..752bc95 100644 --- a/after/plugin/whichkey.lua +++ b/after/plugin/whichkey.lua @@ -11,10 +11,11 @@ whichkey.setup { winblend = 0, window = { border = 'shadow', - margin = { 1, 5, 2, 5 }, + margin = { 1, .1, 2, .1 }, + }, layout = { width = { min = 20, max = 50 }, - align = 'left', + align = 'center', } } -- cgit v1.2.1