From fcd9e8ec9976740aa7e386dfa418a2d1ea742900 Mon Sep 17 00:00:00 2001 From: Cheick Diarra Date: Wed, 3 Jan 2024 20:50:35 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a3651a3..b2f07f9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ Refer to the [documentation](https://lazyvim.github.io/installation) to get star ## Step 2: Install Lazyvim - Follow the instuction to install the plugin [LazyVim install](https://www.lazyvim.org/installation) +- Backup files +```console +# required +mv ~/.config/nvim{,.bak} + +# optional but recommended +mv ~/.local/share/nvim{,.bak} +mv ~/.local/state/nvim{,.bak} +mv ~/.cache/nvim{,.bak} +``` +- Pull the config ```console git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim ````