diff options
author | christianchiarulli <[email protected]> | 2021-07-27 23:35:31 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-27 23:35:31 -0400 |
commit | 6a9f2eff54907c9e0c7976e2eb33eafd1d8f3ada (patch) | |
tree | bda4b3e9a36cfb2b777b985c9e0c8fd5482260a0 /README.md | |
parent | 2f1fe2fcfda1c96fcfa53bcc7648d6d209b59502 (diff) | |
parent | c07b0c47317f2ae63682204a772d5ce15cb67aac (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ The following command installs LunarVim. Change `LVBRANCH` to the branch you'd LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh) ``` -### BREAKING CHANGE on the rolling branch +### BREAKING CHANGE on rolling and master branches * 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. |