From e898593e34e98df998fe0199416dc44aa1781bfa Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 18 Jul 2020 21:26:29 -0600 Subject: [PATCH] Update README.md --- README.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index fe28d69..7bc16d1 100644 --- a/README.md +++ b/README.md @@ -7,32 +7,17 @@ Plugin for calling [lazygit](https://github.com/jesseduffield/lazygit) from with If you are not using neovim nightly, use [this branch](https://github.com/kdheepak/lazygit.vim/tree/nvim-v0.4.3). You can install it using the following: -```vim -Plug 'kdheepak/lazygit.nvim', { 'branch': 'nvim-v0.4.3' } -``` - ### Install -Use any plugin manager: - -**[vim-plug](https://github.com/junegunn/vim-plug)** +**[`vim-plug`](https://github.com/junegunn/vim-plug)** ```vim +" nvim v0.4.3 +Plug 'kdheepak/lazygit.nvim', { 'branch': 'nvim-v0.4.3' } +" nvim nightly Plug 'kdheepak/lazygit.nvim' ``` -**[dein.vim](https://github.com/Shougo/dein.vim)** - -```vim -call dein#add('kdheepak/lazygit.nvim') -``` - -**[Vundle.vim](https://github.com/junegunn/vim-plug)** - -```vim -Plugin 'kdheepak/lazygit.nvim' -``` - ### Usage The following are configuration options and their defaults.