codeinabox@programming.dev to Neovim@programming.devEnglish · 3 months agoNeovim 0.12's Built-in Plugin Manager — Should You Ditch lazy.nvim?samuellawrentz.comexternal-linkmessage-square6linkfedilinkarrow-up121arrow-down12
arrow-up119arrow-down1external-linkNeovim 0.12's Built-in Plugin Manager — Should You Ditch lazy.nvim?samuellawrentz.comcodeinabox@programming.dev to Neovim@programming.devEnglish · 3 months agomessage-square6linkfedilink
minus-squareSlotos@feddit.nllinkfedilinkarrow-up11arrow-down1·3 months ago The Deal-Breaker vim.pack has no event/filetype/command-based lazy loading. None. You either load at startup or you manually call :packadd in your config yourself. Oh, so it’s sane and doesn’t try to bullshit it’s way out of plugin authors’ incompetence? I’m sold!
minus-squarePiatro@programming.devlinkfedilinkEnglisharrow-up1·3 months agoIt successfully protects us from authors not including lazy loading, why is that bad?
minus-squareSlotos@feddit.nllinkfedilinkarrow-up1·3 months agoIt doesn’t, it shifts responsibility at best.
Oh, so it’s sane and doesn’t try to bullshit it’s way out of plugin authors’ incompetence?
I’m sold!
It successfully protects us from authors not including lazy loading, why is that bad?
It doesn’t, it shifts responsibility at best.