Update README.md

This commit is contained in:
Dheepak Krishnamurthy
2020-07-18 21:52:42 -06:00
parent 829771f33f
commit 03c452202a

View File

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