From 19936f578ae1a2d4f4af812a41475a49c5862349 Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Wed, 8 Feb 2023 08:11:43 +0100 Subject: fix: pass plugin module to on_config_done --- lua/lvim/core/which-key.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/lvim/core/which-key.lua') diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 4cb956eb..cdfc91e4 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -312,6 +312,8 @@ M.setup = function() which_key.register(mappings, opts) which_key.register(vmappings, vopts) + + return which_key end return M -- cgit v1.2.3