all repos

init.lua @ a005b6809bf58b620d0f15280dd6f340f6424dae

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