diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 6fed76d..42467f8 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -17,7 +17,7 @@ Table of Contents *lazy.nvim-table-of-contents* ============================================================================== 1. lazy.nvim *lazy.nvim-lazy.nvim* -Modern plugin manager for Neovim +**lazy.nvim** is a modern plugin manager for Neovim.
@@ -27,19 +27,18 @@ Modern plugin manager for Neovim FEATURES *lazy.nvim-features* -- Manage all your Neovim plugins with a fancy UI -- Fast startup: Automatically caches and compiles byte code of all lua modules needed during startup +- Manage all your Neovim plugins with a sleek and intuitive UI +- Fast startup times thanks to automatic caching and bytecode compilation of lua modules. - Partial clones instead of shallow clones -- Auto lazy-loading of lua modules -- Lazy-loading on events, commands, filetypes and key mappings -- Automatically installs missing plugins before starting up so you can start using Neovim right away +- Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings. +- Automatically install missing plugins before starting up Neovim, allowing you to start using it right away. - Async execution for improved performance - No need to manually compile plugins - Correct sequencing of dependencies - Configurable in multiple files -- Dev option and patterns for using local plugin +- Dev options and patterns for using local plugins - Profiling tools to optimize performance -- Lockfile `lazy-lock.json` to keep track of installed plugin versions +- Lockfile `lazy-lock.json` to keep track of installed plugins - Automatically check for updates - Commit, branch, tag, version, and full Semver support - Statusline component to see the number of pending updates