You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you load all your plugins this way, I think you are more just using nix as a lazy.nvim templating engine. The plugins themselves should ideally come from nix itself. You get amazing build caching this way (not that building should take that long), reliability, reproducibility, ... and more --ility's. :)
I would read up on nix-community/nixvim#421. There is a lot of effort there to get true lazy loading of plugins while using nix to build and configure them. It seems like there is a new PR that was merged that potentially allows lazy loading lua: nix-community/nixvim#1876
Neovim with Nix and Lazy.nvim - breuer.dev
learning by doing
https://breuer.dev/blog/nix-lazy-neovim
The text was updated successfully, but these errors were encountered: