summaryrefslogtreecommitdiff
path: root/.config/nvim/README.md
blob: f67a747e6f4963fdbec0fb602487dd714dcec744 (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
# Neovim

## Requirements
Must have neovim >= 0.5

## Installation

### Lazy git

brew install lazygit

sudo add-apt-repository ppa:lazygit-team/release
sudo apt-get update
sudo apt-get install lazygit

https://aur.archlinux.org/packages/lazygit/

### Coc-explorer

`:CocInstall coc-explorer`

### Ranger

pip3 install ranger-fm pynvim

### fzf

Depending on OS:

* brew install fzf

* sudo apt install fzf

* sudo pacman -S fzf