# 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}`