mirror of https://github.com/folke/lazy.nvim.git
docs: added section on uninstalling
This commit is contained in:
parent
c065ca2b32
commit
bac34cc6b6
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)
|
||||
|
|
10
TODO.md
10
TODO.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue