summaryrefslogtreecommitdiffstats
path: root/after/plugin/whichkey.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/whichkey.lua
parent80aa56ea90d9ead84b25dab2c427629c94b998fa (diff)
downloadnvim-be5ae48bf8e418f00a83f8572a4d6caee275ca19.tar.gz
nvim-be5ae48bf8e418f00a83f8572a4d6caee275ca19.tar.bz2
nvim-be5ae48bf8e418f00a83f8572a4d6caee275ca19.zip
more truezen and whichkey formatting
Diffstat (limited to '')
-rw-r--r--after/plugin/whichkey.lua5
1 files changed, 3 insertions, 2 deletions
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',
}
}