Lazy Loading
Hi, this project is super cool. I learned a lot and drew tons of inspiration from here, so thank you.
Have you considered adding lazy loading through `lz.n`? It’s a new feature that the nixvim devs added a few months ago, though I think it is experimental still. `lz.n` supports most, if not all, of the triggers (events, filetypes, cmd, etc.) that Lazy.nvim uses. I ask because kickstart.nvim uses lazy loading here and there.
I was actually able to cut down my start-time by more than half using `lz.n`.
1 条评论