From 3acbe29f9dbcb4e88d47540cadb9224e6f20b448 Mon Sep 17 00:00:00 2001 From: Michel Date: Wed, 11 Oct 2023 15:42:01 +0200 Subject: [PATCH] doc: update ReadMe with installation commands --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 185280b..a3cf21b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,23 @@ A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). Refer to the [documentation](https://lazyvim.github.io/installation) to get started. + +# 🛠️ Installation + +## TL;DR + + ```sh + git clone https://forge.chapril.org/michel_ouba/LazyVim.git ~/.config/nvim + ``` + +## Make a backup of your current Neovim files: + + ```sh + # required + mv ~/.config/nvim{,.bak} + + # optional but recommended + mv ~/.local/share/nvim{,.bak} + mv ~/.local/state/nvim{,.bak} + mv ~/.cache/nvim{,.bak} + ``` \ No newline at end of file