summaryrefslogtreecommitdiffstats
path: root/core/overrides/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/overrides/whichkey.lua')
-rw-r--r--core/overrides/whichkey.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/overrides/whichkey.lua b/core/overrides/whichkey.lua
new file mode 100644
index 0000000..65b6ca4
--- /dev/null
+++ b/core/overrides/whichkey.lua
@@ -0,0 +1,8 @@
+require("which-key").setup {
+ icons = {
+ breadcrumb = '>>',
+ separator = '->',
+ },
+ window = { winblend = 3, },
+ layout = { align = 'center', },
+}