Skip to content

Commit bac34cc

Browse files
committed
docs: added section on uninstalling
1 parent c065ca2 commit bac34cc

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,16 @@ Files from runtime directories are always sourced in alphabetical order.
404404
- `lock` => `pin`
405405
- `module` is auto-loaded. No need to specify
406406

407+
## ❌ Uninstalling
408+
409+
To uninstall **lazy.nvim**, you need to remove the following files and directories:
410+
411+
- **data**: `~/.local/share/nvim/lazy`
412+
- **state**: `~/.local/state/nvim/lazy`
413+
- **lockfile**: `~/.config/nvim/lazy-lock.json`
414+
415+
> paths can differ if you changed `XDG` environment variables.
416+
407417
## 📦 Other Neovim Plugin Managers in Lua
408418

409419
- [packer.nvim](https://github.com/wbthomason/packer.nvim)

TODO.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,5 @@
5858
there's no guarantee this will be relevant or even exist in two years.
5959
- [ ] What's the difference between lazy-loading and verylazy-loading?
6060
- [ ] Most emojis in "Configuration" aren't shown for me.
61-
- [ ] add section on how to uninstall
62-
- [ ] add `:Packadd` command or something similar
63-
64-
Typos:
65-
66-
- [x] **automcatilly** check for plugin updates
67-
- [x] A custom name for the plugin used for the local plugin directory and as the **dispay** name
68-
- [x] local plugins need to be **explicitely** configured with dir
61+
- [x] add section on how to uninstall
62+
- [x] add `:Packadd` command or something similar

0 commit comments

Comments
 (0)