diff options
author | rebuilt <[email protected]> | 2021-07-25 10:04:29 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-25 10:04:29 +0200 |
commit | 9338702a094070df959f74a6ab2b55d13c6c2b7f (patch) | |
tree | d5360900a427f3df2ac332af738c7bdfba3dd1b2 | |
parent | ec98658c50af45ff82becefcb829e20346532319 (diff) |
Update README.md
Link to wiki page for renamed globals
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiar * 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. * If you want to keep launching LunarVim with the `nvim` command, add an alias entry to your shell's config file: `alias nvim=lvim`. To temporarily revert to the default `nvim` prefix it with a backslash `\nvim`. +* Many options formerly available in `lv-config.lua` have been renamed. For details [look here](https://github.com/ChristianChiarulli/LunarVim/wiki/Breaking-changes-in-rolling) ### Fixing installation problems If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \ |