diff options
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") |
