From cae6b7da4c8ce4ae2a0923990e6b198f092dfd0e Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Tue, 13 Jul 2021 19:57:38 +0430 Subject: fix the installation stuck on Ok to remove (#912) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7b835b00..fd2cefc2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,15 @@ If you help to develop Lunarvim, you can install a specific branch branch direct LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh) ``` +If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \ +you can run the script with `--overwrite` but be warned this will remove the following folder: +- `~/.config/nvim` +- `~/.cache/nvim` +- `~/.local/share/nvim/site/pack/packer` +```bash +curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh| LVBRANCH=rolling bash -s -- --overwrite +``` + ## Installing LSP for your language -- cgit v1.2.3