File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Table of Contents *lazy.nvim-table-of-contents*
15
15
- 🪲 Debug | lazy.nvim-🪲-debug |
16
16
- Startup Sequence | lazy.nvim-startup-sequence |
17
17
- Differences with Packer | lazy.nvim-differences-with-packer |
18
+ - Uninstalling | lazy.nvim-uninstalling |
18
19
- Other Neovim Plugin Managers in Lua| lazy.nvim-other-neovim-plugin-managers-in-lua |
19
20
20
21
==============================================================================
@@ -441,6 +442,21 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer*
441
442
- `module` is auto-loaded. No need to specify
442
443
443
444
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
+
444
460
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
445
461
446
462
You can’t perform that action at this time.
0 commit comments