mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: added section on uninstalling
This commit is contained in:
parent
c065ca2b32
commit
bac34cc6b6
2 changed files with 12 additions and 8 deletions
10
README.md
10
README.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue