summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 20:30:31 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 20:30:31 +0100
commit433952cf3efa8e2b5e23ff0e76a4afe6f95d44b5 (patch)
tree24b562acce213a5d397d1655163ef97ce0c793b4 /fnl/config/which-key.fnl
parent31cab8c4624770df1d3ed7c7f7980bc1d6bed8d0 (diff)
Format
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r--fnl/config/which-key.fnl5
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index 588869d..e31507b 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -167,4 +167,7 @@
(which-key.register vmappings vopts)
(which-key.register gmappings gopts)))
-{1 :folke/which-key.nvim :event :VeryLazy :config (fn [] (setup))}
+{1 :folke/which-key.nvim
+ :event :VeryLazy
+ :config (fn []
+ (setup))}