### lazy.nvim Installation Requirements Source: https://lazy.folke.io/index Details the necessary software and versions required to use lazy.nvim effectively. This includes Neovim, Git, and optional components like Nerd Fonts. ```APIDOC Requirements: Neovim >= 0.8.0 (built with LuaJIT) Git >= 2.19.0 (for partial clones support) Nerd Font (optional) luarocks (to install rockspecs, can be disabled) ``` -------------------------------- ### lazy.nvim Features Overview Source: https://lazy.folke.io/index Highlights the key functionalities and benefits of using lazy.nvim for Neovim plugin management. These features aim to improve performance, user experience, and development workflow. ```APIDOC Features: - Plugin management with UI - Fast startup (caching, bytecode compilation) - Partial clones - Automatic lazy-loading (events, commands, filetypes, key mappings) - Automatic missing plugin installation - Async execution - No manual plugin compilation - Correct dependency sequencing - Multi-file configuration - Generates helptags from README.md - Dev options for local plugins - Profiling tools - Lockfile (lazy-lock.json) - Automatic update checking - Commit, branch, tag, version, Semver support - Statusline component for pending updates - Automatic colorscheme lazy-loading ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.