diff options
| author | Binx <[email protected]> | 2021-07-20 21:19:41 +0400 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-20 17:19:41 +0000 | 
| commit | 9e640fa4d99beeec97292a00a51b335960aa2b0f (patch) | |
| tree | a2a38fa04e2d6cd4bac96f9983a6eeea88b455d0 | |
| parent | 6dab493144deaf1dc7f4013f3be69b1afef63514 (diff) | |
Update README (#1051)
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -39,7 +39,7 @@ LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiar  * 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. -* If you want to keep launching LunarVim with the `nvim` command, add an alias entry to your `.bashrc`:  `alias nvim=lvim`.  To temporarily revert to the default `nvim` prefix it with a backslash `\nvim`. +* 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`.  ### Fixing installation problems  If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \ | 
