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)