From c713e546deca1f48a0d89980ff01191a50e8fcd2 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 23:32:41 +0200 Subject: fix(typos): bugs by typos and wrong lists --- fnl/config/which-key.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/config/which-key.fnl') diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 39dcdcf..845cd27 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -172,5 +172,5 @@ (let [which-key (util.load-plugin :nvim-which-key.config)] (do (which-key.setup setup) - (when.register mappings opts) - (when.register vmappings vopts))) + (which-key.register mappings opts) + (which-key.register vmappings vopts))) -- cgit v1.2.3-70-g09d2