Fix loading of vim-fugitive

This commit is contained in:
Kenneth Benzie 2024-03-12 19:40:57 +00:00
parent eaa63924e2
commit 6c941341ff

View File

@ -1,5 +1,5 @@
return {
{ 'tpope/vim-fugitive', lazy = true },
{ 'tpope/vim-fugitive', lazy = false },
{
'lewis6991/gitsigns.nvim',
config = function()