chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-19 13:31:18 +00:00
parent bac34cc6b6
commit 55d194cf9c
1 changed files with 16 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Table of Contents *lazy.nvim-table-of-contents*
- 🪲 Debug |lazy.nvim-🪲-debug|
- Startup Sequence |lazy.nvim-startup-sequence|
- Differences with Packer |lazy.nvim-differences-with-packer|
- Uninstalling |lazy.nvim-uninstalling|
- Other Neovim Plugin Managers in Lua|lazy.nvim-other-neovim-plugin-managers-in-lua|
==============================================================================
@ -441,6 +442,21 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer*
- `module` is auto-loaded. No need to specify
UNINSTALLING *lazy.nvim-uninstalling*
To uninstall **lazy.nvim**, you need to remove the following files and
directories:
- **data**: `~/.local/share/nvim/lazy`
- **state**: `~/.local/state/nvim/lazy`
- **lockfile**: `~/.config/nvim/lazy-lock.json`
paths can differ if you changed `XDG` environment variables.
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*