summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
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)