From 6dab493144deaf1dc7f4013f3be69b1afef63514 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 20 Jul 2021 19:14:49 +0200 Subject: Update README.md Add entry for alias --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2d169b2..433ad579 100644 --- a/README.md +++ b/README.md @@ -39,6 +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`. ### Fixing installation problems If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \ -- cgit v1.2.3