Skip to content
Snippets Groups Projects
Verified Commit 719a4b5b authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: added back my readme

parent 04bb2490
No related branches found
No related tags found
1 merge request!1feat: v2 config fully working, setting it as the default from now on
# 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment