Skip to content
Snippets Groups Projects
Commit 04f580f5 authored by iliya's avatar iliya
Browse files

feat: added readme

parent 97131b02
No related branches found
No related tags found
No related merge requests found
# 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