From cb20b05ca781e3d5d2f3707ca43965c4222c2177 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 25 Mar 2021 15:34:45 -0600 Subject: [PATCH] Update MINRC --- tests/MINRC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MINRC b/tests/MINRC index aaf2106..553843c 100644 --- a/tests/MINRC +++ b/tests/MINRC @@ -11,7 +11,7 @@ endif call plug#begin('~/.local/share/nvim/plugged') -Plug '~/gitrepos/lazygit.vim' +Plug '~/gitrepos/lazygit.nvim' " Initialize plugin system call plug#end()