summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-30 04:46:00 -0400
committerseth <[email protected]>2024-10-30 04:46:00 -0400
commit9dde110d0dc18f84a4c7b96e5cdae33b0235a6d4 (patch)
treee22a49f73e407363c28b47b56e71ef319f445928 /lua
parentcbc28f80dcd18f3860023e97cc26eb3ff2c5ae33 (diff)
plugins: fix cmp loading with lz.n >= 2.9.1
Diffstat (limited to 'lua')
-rw-r--r--lua/getchoo/plugins/cmp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/getchoo/plugins/cmp.lua b/lua/getchoo/plugins/cmp.lua
index 19f9150..58c5a6c 100644
--- a/lua/getchoo/plugins/cmp.lua
+++ b/lua/getchoo/plugins/cmp.lua
@@ -1,7 +1,7 @@
return {
{
"nvim-cmp",
- lazy = false,
+ event = require("getchoo.utils").lazy_file,
after = function()
local cmp = require("cmp")