diff options
author | LostNeophyte <[email protected]> | 2023-02-08 08:11:43 +0100 |
---|---|---|
committer | LostNeophyte <[email protected]> | 2023-02-08 08:11:43 +0100 |
commit | 19936f578ae1a2d4f4af812a41475a49c5862349 (patch) | |
tree | 42734581568af1332a84bd7f4faf87a2f132a3bc /lua/lvim/core/cmp.lua | |
parent | 620e51898275764502853f3908707ef71ce42313 (diff) |
fix: pass plugin module to on_config_done
Diffstat (limited to 'lua/lvim/core/cmp.lua')
-rw-r--r-- | lua/lvim/core/cmp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |