This is an automated archive made by the Lemmit Bot.

The original was posted on /r/neovim by /u/4r73m190r0s on 2025-06-18 09:21:58+00:00.


I’m using lazy.nvim as my package manager, and for some plugins I just have simple config with return { "user/repo" }, while some require calling setup function. Why is this the case, what happens in the background?