From e08a2131bd141edfcf4a8470889524f75ddcf57d Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Tue, 7 Jul 2020 18:51:21 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec4916a..fe28d69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lazygit.vim +# lazygit.nvim Plugin for calling [lazygit](https://github.com/jesseduffield/lazygit) from within neovim. @@ -8,7 +8,7 @@ If you are not using neovim nightly, use [this branch](https://github.com/kdheep You can install it using the following: ```vim -Plug 'kdheepak/lazygit.vim', { 'branch': 'nvim-v0.4.3' } +Plug 'kdheepak/lazygit.nvim', { 'branch': 'nvim-v0.4.3' } ``` ### Install @@ -18,19 +18,19 @@ Use any plugin manager: **[vim-plug](https://github.com/junegunn/vim-plug)** ```vim -Plug 'kdheepak/lazygit.vim' +Plug 'kdheepak/lazygit.nvim' ``` **[dein.vim](https://github.com/Shougo/dein.vim)** ```vim -call dein#add('kdheepak/lazygit.vim') +call dein#add('kdheepak/lazygit.nvim') ``` **[Vundle.vim](https://github.com/junegunn/vim-plug)** ```vim -Plugin 'kdheepak/lazygit.vim' +Plugin 'kdheepak/lazygit.nvim' ``` ### Usage