From 55d194cf9c0044b508d8b5b7a407f594f6bef030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Dec 2022 13:31:18 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 4986ac2..a3fb368 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -15,6 +15,7 @@ Table of Contents *lazy.nvim-table-of-contents* - 🪲 Debug |lazy.nvim-🪲-debug| - Startup Sequence |lazy.nvim-startup-sequence| - Differences with Packer |lazy.nvim-differences-with-packer| + - Uninstalling |lazy.nvim-uninstalling| - Other Neovim Plugin Managers in Lua|lazy.nvim-other-neovim-plugin-managers-in-lua| ============================================================================== @@ -441,6 +442,21 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer* - `module` is auto-loaded. No need to specify +UNINSTALLING *lazy.nvim-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*lazy.nvim-other-neovim-plugin-managers-in-lua*