blob: b72af5d4721fefca0d6c222804c8e2185bad5d19 (
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
43
44
45
46
47
|
# Neovim
## Requirements
Must have neovim >= 0.5
## Installation
### Lazy git
macOS:
```
brew install lazygit
```
Ubuntu:
```
sudo add-apt-repository ppa:lazygit-team/release
sudo apt-get update
sudo apt-get install lazygit
```
Arch:
```
https://aur.archlinux.org/packages/lazygit/
```
### Coc-explorer
`:CocInstall coc-explorer`
### Ranger
```
pip3 install ranger-fm pynvim
```
### fzf
macOS:
`brew install fzf`
`sudo apt install fzf`
`sudo pacman -S fzf`
### Treesitter
`:TSInstall {language}`
|