Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2022
1 parent bac34cc commit 55d194c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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|

==============================================================================
Expand Down Expand Up @@ -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*


Expand Down

0 comments on commit 55d194c

Please sign in to comment.