lazynvim
Lazynvim is an open-source tool for Neovim designed to improve startup performance by loading plugins and features only when needed. Implemented to integrate with Neovim’s Lua environment, it emphasizes a lightweight, fast approach to plugin management and loading.
The core idea behind lazynvim is to provide a declarative configuration model in which users specify plugins
Architecturally, lazynvim relies on Neovim’s asynchronous capabilities to perform plugin loading without blocking the editor. It
Usage generally involves installing lazynvim in the Neovim runtime path and adding a Lua configuration block