summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-07-20 16:42:03 +0200
committerGitHub <[email protected]>2021-07-20 16:42:03 +0200
commitba8f6c84b1fc602f3138f5f31d0ba8f1e2104060 (patch)
tree244a60e2b95670523c3812166b549386a145b972
parent52d331e6b8f8551b3ead59a746fe169fcd0b2387 (diff)
Update README.md
Old lunarvim files must be deleted
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa5ccc79..104aacd9 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiar
```
### BREAKING CHANGE on the rolling branch
+* The latest changes to LunarVim require you to [remove it completely](https://github.com/ChristianChiarulli/LunarVim/wiki/Uninstalling-LunarVim) before upgrading
* Going forward LunarVim will no longer reside in the nvim configuration folder. LunarVim has been moved to `~/.local/share/lunarvim`.
* To launch Lunarvim use the new `lvim` command. `nvim` will only launch standard neovim.
* Your personal configuration file (`lv-config.lua`) can now be found in `~/.config/lvim`. You can initialize this folder as a git repository to track changes to your configuration files.