mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
650e192c87
commit
72914b9166
|
@ -17,7 +17,7 @@ Table of Contents *lazy.nvim-table-of-contents*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
1. lazy.nvim *lazy.nvim-lazy.nvim*
|
1. lazy.nvim *lazy.nvim-lazy.nvim*
|
||||||
|
|
||||||
Modern plugin manager for Neovim
|
**lazy.nvim** is a modern plugin manager for Neovim.
|
||||||
|
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img src="https://user-images.githubusercontent.com/292349/207705153-077e183e-ae5f-4cbe-b1d8-07b7bf86026e.png" title="fig:"/>
|
<img src="https://user-images.githubusercontent.com/292349/207705153-077e183e-ae5f-4cbe-b1d8-07b7bf86026e.png" title="fig:"/>
|
||||||
|
@ -27,19 +27,18 @@ Modern plugin manager for Neovim
|
||||||
FEATURES *lazy.nvim-features*
|
FEATURES *lazy.nvim-features*
|
||||||
|
|
||||||
|
|
||||||
- Manage all your Neovim plugins with a fancy UI
|
- Manage all your Neovim plugins with a sleek and intuitive UI
|
||||||
- Fast startup: Automatically caches and compiles byte code of all lua modules needed during startup
|
- Fast startup times thanks to automatic caching and bytecode compilation of lua modules.
|
||||||
- Partial clones instead of shallow clones
|
- Partial clones instead of shallow clones
|
||||||
- Auto lazy-loading of lua modules
|
- Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings.
|
||||||
- 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.
|
||||||
- Automatically installs missing plugins before starting up so you can start using Neovim right away
|
|
||||||
- Async execution for improved performance
|
- Async execution for improved performance
|
||||||
- No need to manually compile plugins
|
- No need to manually compile plugins
|
||||||
- Correct sequencing of dependencies
|
- Correct sequencing of dependencies
|
||||||
- Configurable in multiple files
|
- 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
|
- 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
|
- Automatically check for updates
|
||||||
- Commit, branch, tag, version, and full Semver <https://devhints.io/semver> support
|
- Commit, branch, tag, version, and full Semver <https://devhints.io/semver> support
|
||||||
- Statusline component to see the number of pending updates
|
- Statusline component to see the number of pending updates
|
||||||
|
|
Loading…
Reference in New Issue