From d59d6f22c4fa3da7004dd5ebee86b0f449ff7a49 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 12 Apr 2020 05:04:32 -0600 Subject: [PATCH] Update README.md with instructions for neovim v0.4.3 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e3271e3..ec4916a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Plugin for calling [lazygit](https://github.com/jesseduffield/lazygit) from with ![](https://user-images.githubusercontent.com/1813121/78614672-b8beea80-785e-11ea-8fd2-835b385ed6da.gif) +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: + +```vim +Plug 'kdheepak/lazygit.vim', { 'branch': 'nvim-v0.4.3' } +``` + ### Install Use any plugin manager: