diff options
author | rebuilt <[email protected]> | 2021-07-20 16:42:03 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-20 16:42:03 +0200 |
commit | ba8f6c84b1fc602f3138f5f31d0ba8f1e2104060 (patch) | |
tree | 244a60e2b95670523c3812166b549386a145b972 | |
parent | 52d331e6b8f8551b3ead59a746fe169fcd0b2387 (diff) |
Update README.md
Old lunarvim files must be deleted
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |