blob: db2a4ed3cc11dba779e1a2b1a824e0ac7dcb47c1 (
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
|
# 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`
|