all repos

init.lua @ e271a024a8bc5d3bbb91d03276efdce4b5941755

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
```