-
-
Notifications
You must be signed in to change notification settings - Fork 474
packer_to_lazy
Roger Erens edited this page Jul 7, 2023
·
3 revisions
Why did you switch from packer.nvim to lazy.nvim
-
Performance: Lazy by default is faster than packer
-
Lazy loading: Only loading plugins when required increases startup performance
-
Breakage: With Packer a single error can cause the config to break
-
Portability: With our setup you can write a single file, drop it into the
user
folder, and it will automatically install and configure the plugin without having to edit theinit.lua
-
Support: As of writing this guide (02/05/2023). The last merge to master was done on 01/11/2023