From e1ff1ebf87f82be55778725f6827901887e0020f Mon Sep 17 00:00:00 2001 From: Paul Murray Date: Wed, 15 May 2024 14:54:46 +1000 Subject: [PATCH] corrected fugitive --- lua/custom/plugins/fugitive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/fugitive.lua b/lua/custom/plugins/fugitive.lua index 6168f4e1..b6b4c97b 100644 --- a/lua/custom/plugins/fugitive.lua +++ b/lua/custom/plugins/fugitive.lua @@ -1,3 +1,3 @@ return { - "tpope/vim/fugitive", + 'tpope/vim-fugitive', }