Lazy Plugin Managerλ︎
Neovim community provides a wide range of plugins to greatly extend the features of Neovim
There is a wide range of plugin managers too, including a built-in plugin manager in Neovim.
Lazy plugin manager recommended
Practicalli uses Lazy plugin manager as it feels much easier to use and has a more engaing and understandable user interface
Plugin Updatesλ︎
Space p S shows the install and loaded status for all plugins defined in the Neovim configuration, e.g. lua/community.lua
and lua/plugins/*.lua
files
Space p S checks for updated plugin versions and automatically installs them
The changelog is shown for all updated plugins, highlighting breaking changes. Conventional commits style is used for most plugins, making it easier to follow the most important changes.