all repos

init.lua @ c7ad981

my nvim config

init.lua/README.md(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# NEOVIM config

![Screenhot](./screen.png)

## Install
- Install neovim(arch linux)
```bash
yay -S neovim-nightly-bin # or just neovim for stable
```

- Install plugin manager
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim \
    ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```

- Backup neovim your config
```bash
mv ~/.config/nvim ~/.config/nvim.old
```

- Install nvim setup 
```bash
git clone --recursive https://github.com/flof-ik/nvim.git ~/.config/nvim
```

## Make tasks
- `fmt` Format all lua files
- `lint` Lint all lua files