diff options
Diffstat (limited to '.config/nvim/README.md')
-rw-r--r-- | .config/nvim/README.md | 25 |
1 files changed, 19 insertions, 6 deletions
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}` |