diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:32:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:32:41 +0200 |
commit | c713e546deca1f48a0d89980ff01191a50e8fcd2 (patch) | |
tree | b96457d36ac77b4051439ea8880f5b33d3e4f895 /fnl/config/which-key.fnl | |
parent | 936272fc2a5ae07470816d1b63f79bfadb3ef979 (diff) |
fix(typos): bugs by typos and wrong lists
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
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))) |