diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-13 23:11:25 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-13 23:11:25 +0100 |
commit | 8ae928dcb6fc49b805eff0aa0956cd18aa1c3f85 (patch) | |
tree | dc0087f4e9a3f6fb1e840546edea36b6d92cc384 /.config/nvim/README.md | |
parent | 35fe0e5db892099cd1cc9f3a7ff298055f92bdc7 (diff) |
added some vim plugins
Diffstat (limited to '.config/nvim/README.md')
-rw-r--r-- | .config/nvim/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/nvim/README.md b/.config/nvim/README.md index f70cefd..f67a747 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -5,6 +5,20 @@ 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 |