mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
df80b8845a
commit
0a34571e49
|
@ -7,10 +7,10 @@ Table of Contents *lazy.nvim-table-of-contents*
|
||||||
- Features |lazy.nvim-features|
|
- Features |lazy.nvim-features|
|
||||||
- Requirements |lazy.nvim-requirements|
|
- Requirements |lazy.nvim-requirements|
|
||||||
- Installation |lazy.nvim-installation|
|
- Installation |lazy.nvim-installation|
|
||||||
- Usage |lazy.nvim-usage|
|
|
||||||
- Configuration |lazy.nvim-configuration|
|
- Configuration |lazy.nvim-configuration|
|
||||||
|
- Usage |lazy.nvim-usage|
|
||||||
- Profiler |lazy.nvim-profiler|
|
- Profiler |lazy.nvim-profiler|
|
||||||
- Debug |lazy.nvim-debug|
|
- 🪲 Debug |lazy.nvim-🪲-debug|
|
||||||
- Differences with Packer |lazy.nvim-differences-with-packer|
|
- Differences with Packer |lazy.nvim-differences-with-packer|
|
||||||
- Other Neovim Plugin Managers in Lua|lazy.nvim-other-neovim-plugin-managers-in-lua|
|
- Other Neovim Plugin Managers in Lua|lazy.nvim-other-neovim-plugin-managers-in-lua|
|
||||||
|
|
||||||
|
@ -71,9 +71,7 @@ You can use the following Lua code to bootstrap **lazy.nvim**
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
USAGE *lazy.nvim-usage*
|
Next step is to add **lazy.nvim** to the top of your `init.lua`
|
||||||
|
|
||||||
Add **lazy.nvim** to the top of your `init.lua`
|
|
||||||
|
|
||||||
>
|
>
|
||||||
-- You can use a lua module that contains your plugins.
|
-- You can use a lua module that contains your plugins.
|
||||||
|
@ -175,6 +173,8 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
|
USAGE *lazy.nvim-usage*
|
||||||
|
|
||||||
PROFILER *lazy.nvim-profiler*
|
PROFILER *lazy.nvim-profiler*
|
||||||
|
|
||||||
The profiling view shows you why and how long it took to load your plugins.
|
The profiling view shows you why and how long it took to load your plugins.
|
||||||
|
@ -184,7 +184,7 @@ The profiling view shows you why and how long it took to load your plugins.
|
||||||
<p class="caption">image</p>
|
<p class="caption">image</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
DEBUG *lazy.nvim-debug*
|
🪲 DEBUG *lazy.nvim-🪲-debug*
|
||||||
|
|
||||||
See an overview of active lazy-loading handlers and what’s in the module
|
See an overview of active lazy-loading handlers and what’s in the module
|
||||||
cache
|
cache
|
||||||
|
|
Loading…
Reference in New Issue