File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,16 @@ Files from runtime directories are always sourced in alphabetical order.
404
404
- ` lock ` => ` pin `
405
405
- ` module ` is auto-loaded. No need to specify
406
406
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
+
407
417
## 📦 Other Neovim Plugin Managers in Lua
408
418
409
419
- [ packer.nvim] ( https://github.com/wbthomason/packer.nvim )
Original file line number Diff line number Diff line change 58
58
there's no guarantee this will be relevant or even exist in two years.
59
59
- [ ] What's the difference between lazy-loading and verylazy-loading?
60
60
- [ ] 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
You can’t perform that action at this time.
0 commit comments