From 9dde110d0dc18f84a4c7b96e5cdae33b0235a6d4 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 30 Oct 2024 04:46:00 -0400 Subject: plugins: fix cmp loading with lz.n >= 2.9.1 --- lua/getchoo/plugins/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3