From 719a4b5b9767c749c971ee1411fee6ac6d5a213f Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Fri, 26 Jul 2024 19:45:01 +0200 Subject: [PATCH] fix: added back my readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9c1c02 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# NeoVim configuration + +## Neovim installation process (Arch based distros) + +```bash +sudo pacman -S neovim +``` + +## Removing previous config + +**I highly encourage you to backup your previous configuration that should be +located at `$HOME/.config/nvim`** + +```bash +rm -rf ~/.config/nvim +rm -rf ~/.local/share/nvim +``` + +## Using my config + +```bash +git clone https://gitedu.hesge.ch/iliya.saroukha/nvim_config.git ~/.config/nvim +``` -- GitLab