Wilson Oh

Results 3 comments of Wilson Oh

> Can you provide a minimal init as instructed in the issue template? Otherwise it's hard for me to debug this Sorry about that! I tried to create a minimal...

> Can you remove all the deps instead and let lazy handle them automatically? So just move the deps top-level and set `lazy=true`. Lazy should then automatically resolve lua dependencies....

Ok so it seems like moving this ```lua local cmp_autopairs = require("nvim-autopairs.completion.cmp") local cmp = require("cmp") cmp.event:on("confirm_done", cmp_autopairs.on_confirm_done()) ``` from `plugins/autopairs.lua` to `plugins/cmp.lua` did the trick. I didn't even have...