summaryrefslogtreecommitdiff
path: root/.config/nvim/README.md
blob: 0baaa09e0b1a073d344f0ca75be45bab4cd499a6 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
# Neovim

Most of my config is stolen from https://github.com/ChristianChiarulli/LunarVim

## Requirements
Must have neovim >= 0.5

### Programs

```
ripgrep
pynvim
neovim-remote
```

### EFM server
Need to install `efm-langserver` for linters and formatters to work.

```
:LspInstall efm

```

### Formatters and Linters
*Python*
```
black
flake8
```

*Lua*
`luarocks install --server=https://luarocks.org/dev luaformatter`



TODO:

- [] FIX ftplugin
- [x] fix numb log
- [x] update with new logger
- [x] add/mv user plugins
- [x] add lsp-install