From efaaadadd7fd95f4b1ec6785869881ee17cb4ade Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 21 Feb 2021 17:16:52 +0100 Subject: installed telescope and ditched fzf, removed vim-rooter --- .config/nvim/README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to '.config/nvim/README.md') diff --git a/.config/nvim/README.md b/.config/nvim/README.md index f67a747..b72af5d 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -6,29 +6,42 @@ 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 -Depending on OS: +macOS: + +`brew install fzf` + +`sudo apt install fzf` -* brew install fzf +`sudo pacman -S fzf` -* sudo apt install fzf +### Treesitter -* sudo pacman -S fzf +`:TSInstall {language}` -- cgit v1.2.3-70-g09d2