Update README.md

This commit is contained in:
Dheepak Krishnamurthy
2020-07-18 21:26:29 -06:00
parent 15a736cac9
commit e898593e34

View File

@@ -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.