diff options
| author | seth <[email protected]> | 2024-10-30 04:46:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-30 04:46:00 -0400 |
| commit | 9dde110d0dc18f84a4c7b96e5cdae33b0235a6d4 (patch) | |
| tree | e22a49f73e407363c28b47b56e71ef319f445928 /lua | |
| parent | cbc28f80dcd18f3860023e97cc26eb3ff2c5ae33 (diff) | |
plugins: fix cmp loading with lz.n >= 2.9.1
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/getchoo/plugins/cmp.lua | 2 |
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") |
