diff --git a/README.md b/README.md index 9e2a48e..81b64d8 100644 --- a/README.md +++ b/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.