Update README.md
This commit is contained in:
23
README.md
23
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).
|
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:
|
You can install it using the following:
|
||||||
|
|
||||||
```vim
|
|
||||||
Plug 'kdheepak/lazygit.nvim', { 'branch': 'nvim-v0.4.3' }
|
|
||||||
```
|
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
Use any plugin manager:
|
**[`vim-plug`](https://github.com/junegunn/vim-plug)**
|
||||||
|
|
||||||
**[vim-plug](https://github.com/junegunn/vim-plug)**
|
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
" nvim v0.4.3
|
||||||
|
Plug 'kdheepak/lazygit.nvim', { 'branch': 'nvim-v0.4.3' }
|
||||||
|
" nvim nightly
|
||||||
Plug 'kdheepak/lazygit.nvim'
|
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
|
### Usage
|
||||||
|
|
||||||
The following are configuration options and their defaults.
|
The following are configuration options and their defaults.
|
||||||
|
|||||||
Reference in New Issue
Block a user