docs: added section on uninstalling

This commit is contained in:
Folke Lemaitre 2022-12-19 14:30:31 +01:00
parent c065ca2b32
commit bac34cc6b6
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 12 additions and 8 deletions

View File

@ -404,6 +404,16 @@ Files from runtime directories are always sourced in alphabetical order.
- `lock` => `pin`
- `module` is auto-loaded. No need to specify
## ❌ 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
- [packer.nvim](https://github.com/wbthomason/packer.nvim)

10
TODO.md
View File

@ -58,11 +58,5 @@
there's no guarantee this will be relevant or even exist in two years.
- [ ] What's the difference between lazy-loading and verylazy-loading?
- [ ] Most emojis in "Configuration" aren't shown for me.
- [ ] add section on how to uninstall
- [ ] add `:Packadd` command or something similar
Typos:
- [x] **automcatilly** check for plugin updates
- [x] A custom name for the plugin used for the local plugin directory and as the **dispay** name
- [x] local plugins need to be **explicitely** configured with dir
- [x] add section on how to uninstall
- [x] add `:Packadd` command or something similar