Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -6,9 +6,7 @@ Plugin for calling [lazygit](https://github.com/jesseduffield/lazygit) from with
|
||||
|
||||
### Install
|
||||
|
||||
If you are not using neovim nightly, use [this branch](https://github.com/kdheepak/lazygit.vim/tree/nvim-v0.4.3).
|
||||
|
||||
Install using **[`vim-plug`](https://github.com/junegunn/vim-plug)**:
|
||||
Install using [`vim-plug`](https://github.com/junegunn/vim-plug):
|
||||
|
||||
```vim
|
||||
" nvim v0.4.3
|
||||
@@ -17,6 +15,15 @@ Plug 'kdheepak/lazygit.nvim', { 'branch': 'nvim-v0.4.3' }
|
||||
Plug 'kdheepak/lazygit.nvim'
|
||||
```
|
||||
|
||||
Feel free to use any plugin manager.
|
||||
Just remember that if you are not using neovim nightly, you will need to use [this branch](https://github.com/kdheepak/lazygit.vim/tree/nvim-v0.4.3).
|
||||
|
||||
You can check what version of `neovim` you have:
|
||||
|
||||
```bash
|
||||
nvim --version
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
The following are configuration options and their defaults.
|
||||
|
||||
Reference in New Issue
Block a user