all repos

init.lua @ e52f51f

my nvim config

init.lua/README.md(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# nvim

![Showcase](https://i.imgur.com/u5W0bdz.png)
--------------------------------------------

## Install

```bash
# Install nvim
paru -S neovim-git
# (optional) backup your old config
mv ~/.config/nvim ~/.config/nvim.old
# clone my setup
git clone https://github.com/olexsmir/nvim ~/.config/nvim
```