Skip to content

Commit 55d194c

Browse files
chore(build): auto-generate vimdoc
1 parent bac34cc commit 55d194c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/lazy.nvim.txt

+16
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Table of Contents *lazy.nvim-table-of-contents*
1515
- 🪲 Debug |lazy.nvim-🪲-debug|
1616
- Startup Sequence |lazy.nvim-startup-sequence|
1717
- Differences with Packer |lazy.nvim-differences-with-packer|
18+
- Uninstalling |lazy.nvim-uninstalling|
1819
- Other Neovim Plugin Managers in Lua|lazy.nvim-other-neovim-plugin-managers-in-lua|
1920

2021
==============================================================================
@@ -441,6 +442,21 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer*
441442
- `module` is auto-loaded. No need to specify
442443

443444

445+
UNINSTALLING *lazy.nvim-uninstalling*
446+
447+
To uninstall **lazy.nvim**, you need to remove the following files and
448+
directories:
449+
450+
451+
- **data**: `~/.local/share/nvim/lazy`
452+
- **state**: `~/.local/state/nvim/lazy`
453+
- **lockfile**: `~/.config/nvim/lazy-lock.json`
454+
455+
456+
457+
paths can differ if you changed `XDG` environment variables.
458+
459+
444460
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
445461

446462

0 commit comments

Comments
 (0)