Skip to content
Roger Erens edited this page Jul 7, 2023 · 3 revisions

Why did you switch from packer.nvim to lazy.nvim

  1. Performance: Lazy by default is faster than packer

  2. Lazy loading: Only loading plugins when required increases startup performance

  3. Breakage: With Packer a single error can cause the config to break

  4. 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 the init.lua

  5. Support: As of writing this guide (02/05/2023). The last merge to master was done on 01/11/2023

Clone this wiki locally