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/cmp.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/lvim/core/cmp.lua') diff --git a/lua/lvim/core/cmp.lua b/lua/lvim/core/cmp.lua index e22e82c9..2bbb7ecc 100644 --- a/lua/lvim/core/cmp.lua +++ b/lua/lvim/core/cmp.lua @@ -370,6 +370,8 @@ function M.setup() }) end end + + return cmp end return M -- cgit v1.2.3