summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-10 23:36:48 +0200
committeraktersnurra <grydholm@kth.se>2022-04-10 23:36:48 +0200
commit38bad2e982ee2d69229c2700cdfb62ef382832fc (patch)
tree1d3fe0df1fb6d41b5abd222b06b9ba32401e02ef /fnl/config/which-key.fnl
parentd120046ac47aeab5bca42353d687503be693c7eb (diff)
fix(which-key): typo
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r--fnl/config/which-key.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index 7c5cf71..8c01ae6 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -169,7 +169,7 @@
"<ESC><CMD>lua require('Comment.api').toggle_linewise_op(vim.fn.visualmode())<CR>"
"Comment" ]})
-(let [which-key (util.load-plugin :nvim-which-key.config)]
+(let [which-key (util.load-plugin :which-key)]
(do
(which-key.setup setup)
(which-key.register mappings opts)