Packer should enhance performance during day-to-day development.
Faster Startup Time
By loading only essential plugins initially, NeoVim starts up faster,
allowing you to get to work more quickly.
Responsive Editing
Plugins that are not needed immediately are deferred, keeping the editor
responsive and reducing lag during common editing tasks.
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.
Packer should enhance performance during day-to-day development.
By loading only essential plugins initially, NeoVim starts up faster, allowing you to get to work more quickly.
Plugins that are not needed immediately are deferred, keeping the editor responsive and reducing lag during common editing tasks.
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.