From bac34cc6b6327dafe2de17788c675c19995dc242 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 19 Dec 2022 14:30:31 +0100 Subject: [PATCH] docs: added section on uninstalling --- README.md | 10 ++++++++++ TODO.md | 10 ++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c14f998..dd5922a 100644 --- a/README.md +++ b/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) diff --git a/TODO.md b/TODO.md index c78ab19..f20ddb2 100644 --- a/TODO.md +++ b/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