# 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