Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog/nix-lazy-neovim #33

Open
utterances-bot opened this issue Nov 30, 2024 · 1 comment
Open

blog/nix-lazy-neovim #33

utterances-bot opened this issue Nov 30, 2024 · 1 comment

Comments

@utterances-bot
Copy link

Neovim with Nix and Lazy.nvim - breuer.dev

learning by doing

https://breuer.dev/blog/nix-lazy-neovim

Copy link

xav-ie commented Nov 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants