blob: d524a204dcc65d642e0a6f22ad49a35dcb50c056 (
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
|
# 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
- [ ] fix formatters and linters!
|