croaky / laptop

Setup script and dotfiles
https://dancroak.com
MIT License
33 stars 8 forks source link

vim: switch from Vim-Plug to Packer #224

Closed croaky closed 5 months ago

croaky commented 5 months ago

Packer should enhance performance during day-to-day development.

  1. Faster Startup Time

By loading only essential plugins initially, NeoVim starts up faster, allowing you to get to work more quickly.

  1. Responsive Editing

Plugins that are not needed immediately are deferred, keeping the editor responsive and reducing lag during common editing tasks.

  1. Efficient Memory Usage

Lazy loading ensures that only the necessary plugins are loaded into memory, which can be crucial when working with large projects or multiple file types simultaneously.

Also, combine vimrc and init.vim into one file.