diff options
author | Abouzar Parvan <[email protected]> | 2021-07-20 15:07:20 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-20 15:07:20 +0000 |
commit | a13b4a7af64f2c9a8d66562ab555af31542e7c0f (patch) | |
tree | 8d3a56917d4bc134af5bca2c974f3e7284f7c022 | |
parent | 2827ed76ab5fd523a4a6e9f4a0144f285a5723a2 (diff) |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ you can run the script with `--overwrite` but be warned this will remove the fol - `~/.config/nvim` #Removed only on Master Branch - `~/.local/share/nvim/site/pack/packer` #Removed only on Master Branch - `~/.local/share/lunarvim` #Removed only on Rolling Branch +- `~/.config/lvim` #Removed only on Rolling Branch ```bash curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh | LVBRANCH=rolling bash -s -- --overwrite ``` |